File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ Include the following in your `pom.xml` for Maven:
2626 <dependency>
2727 <groupId>com.github.javadev</groupId>
2828 <artifactId>underscore11</artifactId>
29- <version>1.27 </version>
29+ <version>1.28 </version>
3030 </dependency>
3131 ...
3232</dependencies>
@@ -35,7 +35,7 @@ Include the following in your `pom.xml` for Maven:
3535Gradle:
3636
3737``` groovy
38- implementation 'com.github.javadev:underscore11:1.27 '
38+ implementation 'com.github.javadev:underscore11:1.28 '
3939```
4040
4141Underscore-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.27 </version >
8+ <version >1.28 </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 >
118118 <dependency >
119119 <groupId >junit</groupId >
120120 <artifactId >junit</artifactId >
121- <version >4.13.1 </version >
121+ <version >[ 4.13.2,) </version >
122122 <scope >test</scope >
123123 </dependency >
124124 <dependency >
125125 <groupId >org.awaitility</groupId >
126126 <artifactId >awaitility</artifactId >
127- <version >4.0.3 </version >
127+ <version >[4.1.1,) </version >
128128 <scope >test</scope >
129129 </dependency >
130130 </dependencies >
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.27 </version >
8+ <version >1.28 </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 >
241241 <dependency >
242242 <groupId >junit</groupId >
243243 <artifactId >junit</artifactId >
244- <version >4.13.1 </version >
244+ <version >[ 4.13.2,) </version >
245245 <scope >test</scope >
246246 </dependency >
247247 <dependency >
248248 <groupId >org.awaitility</groupId >
249249 <artifactId >awaitility</artifactId >
250- <version >4.0.3 </version >
250+ <version >[4.1.1,) </version >
251251 <scope >test</scope >
252252 </dependency >
253253 </dependencies >
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.27 -SNAPSHOT</version >
8+ <version >1.28 -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 >
205205 <dependency >
206206 <groupId >junit</groupId >
207207 <artifactId >junit</artifactId >
208- <version >4.13.2</version >
208+ <version >[ 4.13.2,) </version >
209209 <scope >test</scope >
210210 </dependency >
211211 <dependency >
212212 <groupId >org.awaitility</groupId >
213213 <artifactId >awaitility</artifactId >
214- <version >4.1.0 </version >
214+ <version >[ 4.1.1,) </version >
215215 <scope >test</scope >
216216 </dependency >
217217 </dependencies >
You can’t perform that action at this time.
0 commit comments