|
7 | 7 | <modelVersion>4.0.0</modelVersion> |
8 | 8 | <groupId>com.mauriciotogneri</groupId> |
9 | 9 | <artifactId>javautils</artifactId> |
10 | | - <version>3.3.0</version> |
| 10 | + <version>3.4.0</version> |
11 | 11 | <name>Java Utils</name> |
12 | 12 | <packaging>jar</packaging> |
13 | 13 | <url>https://github.com/mauriciotogneri/java-utils</url> |
|
24 | 24 | <plugin> |
25 | 25 | <groupId>org.apache.maven.plugins</groupId> |
26 | 26 | <artifactId>maven-compiler-plugin</artifactId> |
27 | | - <version>3.8.0</version> |
| 27 | + <version>3.8.1</version> |
28 | 28 | <configuration> |
29 | 29 | <source>1.7</source> |
30 | 30 | <target>1.7</target> |
|
33 | 33 | <plugin> |
34 | 34 | <groupId>org.apache.maven.plugins</groupId> |
35 | 35 | <artifactId>maven-jar-plugin</artifactId> |
36 | | - <version>3.1.1</version> |
| 36 | + <version>3.2.0</version> |
37 | 37 | </plugin> |
38 | 38 | <plugin> |
39 | 39 | <groupId>org.apache.maven.plugins</groupId> |
40 | 40 | <artifactId>maven-source-plugin</artifactId> |
41 | | - <version>3.0.1</version> |
| 41 | + <version>3.2.1</version> |
42 | 42 | <executions> |
43 | 43 | <execution> |
44 | 44 | <id>attach-sources</id> |
|
53 | 53 |
|
54 | 54 | <properties> |
55 | 55 | <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
56 | | - <maven.compiler.source>1.7</maven.compiler.source> |
57 | | - <maven.compiler.target>1.7</maven.compiler.target> |
| 56 | + <maven.compiler.source>1.8</maven.compiler.source> |
| 57 | + <maven.compiler.target>1.8</maven.compiler.target> |
58 | 58 | </properties> |
59 | 59 |
|
60 | | - <distributionManagement> |
61 | | - <repository> |
62 | | - <id>bintray</id> |
63 | | - <url>https://api.bintray.com/maven/mauriciotogneri/maven/javautils/;publish=1</url> |
64 | | - </repository> |
65 | | - </distributionManagement> |
66 | | - |
67 | 60 | <dependencies> |
68 | 61 |
|
69 | 62 | <dependency> |
70 | 63 | <groupId>com.google.code.gson</groupId> |
71 | 64 | <artifactId>gson</artifactId> |
72 | | - <version>2.8.5</version> |
| 65 | + <version>2.8.6</version> |
73 | 66 | </dependency> |
74 | 67 |
|
75 | 68 | <dependency> |
76 | 69 | <groupId>org.greenrobot</groupId> |
77 | 70 | <artifactId>eventbus</artifactId> |
78 | | - <version>3.1.1</version> |
| 71 | + <version>3.2.0</version> |
79 | 72 | </dependency> |
80 | 73 |
|
81 | 74 | <dependency> |
82 | 75 | <groupId>joda-time</groupId> |
83 | 76 | <artifactId>joda-time</artifactId> |
84 | | - <version>2.10.1</version> |
| 77 | + <version>2.10.10</version> |
85 | 78 | </dependency> |
86 | 79 |
|
87 | 80 | </dependencies> |
|
0 commit comments