File tree Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Expand file tree Collapse file tree 6 files changed +16
-16
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ Include the following in your `pom.xml` for Maven:
2727 <dependency>
2828 <groupId>com.github.javadev</groupId>
2929 <artifactId>underscore17</artifactId>
30- <version>1.39 </version>
30+ <version>1.40 </version>
3131 </dependency>
3232 ...
3333</dependencies>
@@ -36,7 +36,7 @@ Include the following in your `pom.xml` for Maven:
3636Gradle:
3737
3838``` groovy
39- implementation 'com.github.javadev:underscore17:1.39 '
39+ implementation 'com.github.javadev:underscore17:1.40 '
4040```
4141
4242Underscore-java is a java port of [ Underscore.js] ( http://underscorejs.org/ ) .
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore11</artifactId >
66 <packaging >jar</packaging >
7- <version >1.38 </version >
7+ <version >1.40 </version >
88 <name >java 11 port of Underscore.js</name >
99 <description >The java 11 port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java11</url >
5757 <dependency >
5858 <groupId >org.junit.jupiter</groupId >
5959 <artifactId >junit-jupiter-engine</artifactId >
60- <version >[5.8.2 ,)</version >
60+ <version >[5.9.1 ,)</version >
6161 </dependency >
6262 </dependencies >
6363 </plugin >
126126 <dependency >
127127 <groupId >org.junit.jupiter</groupId >
128128 <artifactId >junit-jupiter-api</artifactId >
129- <version >[5.8.2 ,)</version >
129+ <version >[5.9.1 ,)</version >
130130 <scope >test</scope >
131131 </dependency >
132132 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore17</artifactId >
66 <packaging >jar</packaging >
7- <version >1.39 </version >
7+ <version >1.40 </version >
88 <name >java 17 port of Underscore.js</name >
99 <description >The java 17 port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java17</url >
5757 <dependency >
5858 <groupId >org.junit.jupiter</groupId >
5959 <artifactId >junit-jupiter-engine</artifactId >
60- <version >[5.8.2 ,)</version >
60+ <version >[5.9.1 ,)</version >
6161 </dependency >
6262 </dependencies >
6363 </plugin >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore11</artifactId >
66 <packaging >jar</packaging >
7- <version >1.38 </version >
7+ <version >1.40 </version >
88 <name >java 11 port of Underscore.js</name >
99 <description >The java 11 port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java11</url >
5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
6060 <artifactId >junit-jupiter-engine</artifactId >
61- <version >[5.8.2 ,)</version >
61+ <version >[5.9.1 ,)</version >
6262 </dependency >
6363 </dependencies >
6464 </plugin >
245245 <dependency >
246246 <groupId >org.junit.jupiter</groupId >
247247 <artifactId >junit-jupiter-api</artifactId >
248- <version >[5.8.2 ,)</version >
248+ <version >[5.9.1 ,)</version >
249249 <scope >test</scope >
250250 </dependency >
251251 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore17</artifactId >
66 <packaging >jar</packaging >
7- <version >1.39 </version >
7+ <version >1.40 </version >
88 <name >java 17 port of Underscore.js</name >
99 <description >The java 17 port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java11</url >
5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
6060 <artifactId >junit-jupiter-engine</artifactId >
61- <version >[5.8.2 ,)</version >
61+ <version >[5.9.1 ,)</version >
6262 </dependency >
6363 </dependencies >
6464 </plugin >
240240 <dependency >
241241 <groupId >org.junit.jupiter</groupId >
242242 <artifactId >junit-jupiter-api</artifactId >
243- <version >[5.8.2 ,)</version >
243+ <version >[5.9.1 ,)</version >
244244 <scope >test</scope >
245245 </dependency >
246246 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore11</artifactId >
66 <packaging >jar</packaging >
7- <version >1.39 -SNAPSHOT</version >
7+ <version >1.40 -SNAPSHOT</version >
88 <name >java 11 port of Underscore.js</name >
99 <description >The java 11 port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java11</url >
6060 <dependency >
6161 <groupId >org.junit.jupiter</groupId >
6262 <artifactId >junit-jupiter-engine</artifactId >
63- <version >[5.8.2 ,)</version >
63+ <version >[5.9.1 ,)</version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
211211 <dependency >
212212 <groupId >org.junit.jupiter</groupId >
213213 <artifactId >junit-jupiter-api</artifactId >
214- <version >[5.8.2 ,)</version >
214+ <version >[5.9.1 ,)</version >
215215 <scope >test</scope >
216216 </dependency >
217217 <dependency >
You can’t perform that action at this time.
0 commit comments