File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ and the dependency:
2323<dependency >
2424 <groupId >com.mauriciotogneri</groupId >
2525 <artifactId >javautils</artifactId >
26- <version >1.3 .0</version >
26+ <version >1.4 .0</version >
2727</dependency >
2828```
2929
@@ -32,6 +32,6 @@ or if you use Gradle:
3232``` groovy
3333dependencies
3434{
35- compile 'com.mauriciotogneri:javautils:1.3 .0'
35+ compile 'com.mauriciotogneri:javautils:1.4 .0'
3636}
3737```
Original file line number Diff line number Diff line change 77 <modelVersion >4.0.0</modelVersion >
88 <groupId >com.mauriciotogneri</groupId >
99 <artifactId >javautils</artifactId >
10- <version >1.3 .0</version >
10+ <version >1.4 .0</version >
1111 <name >Java Utils</name >
1212 <packaging >jar</packaging >
1313 <url >https://github.com/mauriciotogneri/java-utils</url >
2424 <plugin >
2525 <groupId >org.apache.maven.plugins</groupId >
2626 <artifactId >maven-compiler-plugin</artifactId >
27- <version >3.6.1 </version >
27+ <version >3.7.0 </version >
2828 <configuration >
2929 <source >1.7</source >
3030 <target >1.7</target >
6969 <dependency >
7070 <groupId >com.google.code.gson</groupId >
7171 <artifactId >gson</artifactId >
72- <version >2.8.1 </version >
72+ <version >2.8.2 </version >
7373 </dependency >
7474
7575 <dependency >
You can’t perform that action at this time.
0 commit comments