File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ Include the following in your `pom.xml` for Maven:
2525 <dependency>
2626 <groupId>com.github.javadev</groupId>
2727 <artifactId>underscore11</artifactId>
28- <version>1.16 </version>
28+ <version>1.17 </version>
2929 </dependency>
3030 ...
3131</dependencies>
@@ -34,7 +34,7 @@ Include the following in your `pom.xml` for Maven:
3434Gradle:
3535
3636``` groovy
37- compile 'com.github.javadev:underscore11:1.16 '
37+ compile 'com.github.javadev:underscore11:1.17 '
3838```
3939
4040Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore11</artifactId >
77 <packaging >jar</packaging >
8- <version >1.16 </version >
8+ <version >1.17 </version >
99 <name >java 11 port of Underscore.js</name >
1010 <description >The java 11 port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java11</url >
117117 <dependency >
118118 <groupId >junit</groupId >
119119 <artifactId >junit</artifactId >
120- <version >4.13</version >
120+ <version >4.13.1 </version >
121121 <scope >test</scope >
122122 </dependency >
123123 <dependency >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore11</artifactId >
77 <packaging >jar</packaging >
8- <version >1.16 </version >
8+ <version >1.17 </version >
99 <name >java 11 port of Underscore.js</name >
1010 <description >The java 11 port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java11</url >
240240 <dependency >
241241 <groupId >junit</groupId >
242242 <artifactId >junit</artifactId >
243- <version >4.13</version >
243+ <version >4.13.1 </version >
244244 <scope >test</scope >
245245 </dependency >
246246 <dependency >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore11</artifactId >
77 <packaging >jar</packaging >
8- <version >1.16 -SNAPSHOT</version >
8+ <version >1.17 -SNAPSHOT</version >
99 <name >java 11 port of Underscore.js</name >
1010 <description >The java 11 port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java11</url >
You can’t perform that action at this time.
0 commit comments