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 @@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
3939 <dependency >
4040 <groupId >com.github.javadev</groupId >
4141 <artifactId >underscore</artifactId >
42- <version >1.70 </version >
42+ <version >1.71 </version >
4343 </dependency >
4444 ...
4545</dependencies >
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
4848Gradle:
4949
5050``` groovy
51- implementation 'com.github.javadev:underscore:1.70 '
51+ implementation 'com.github.javadev:underscore:1.71 '
5252```
5353
5454### Usage
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.70 </version >
8+ <version >1.71 </version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
118118 <dependency >
119119 <groupId >junit</groupId >
120120 <artifactId >junit</artifactId >
121- <version >4.13.2</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 >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.70 </version >
8+ <version >1.71 </version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
165165 <dependency >
166166 <groupId >junit</groupId >
167167 <artifactId >junit</artifactId >
168- <version >4.13.1 </version >
168+ <version >[ 4.13.2,) </version >
169169 <scope >test</scope >
170170 </dependency >
171171 <dependency >
172172 <groupId >org.awaitility</groupId >
173173 <artifactId >awaitility</artifactId >
174- <version >4.0.3 </version >
174+ <version >[4.1.1,) </version >
175175 <scope >test</scope >
176176 </dependency >
177177 </dependencies >
Original file line number Diff line number Diff line change 55 <groupId >com.github.javadev</groupId >
66 <artifactId >underscore</artifactId >
77 <packaging >jar</packaging >
8- <version >1.70 -SNAPSHOT</version >
8+ <version >1.71 -SNAPSHOT</version >
99 <name >java port of Underscore.js</name >
1010 <description >The java port of Underscore.js</description >
1111 <url >https://github.com/javadev/underscore-java</url >
213213 <dependency >
214214 <groupId >junit</groupId >
215215 <artifactId >junit</artifactId >
216- <version >4.13.2</version >
216+ <version >[ 4.13.2,) </version >
217217 <scope >test</scope >
218218 </dependency >
219219 <dependency >
220220 <groupId >org.awaitility</groupId >
221221 <artifactId >awaitility</artifactId >
222- <version >4.1.0 </version >
222+ <version >[ 4.1.1,) </version >
223223 <scope >test</scope >
224224 </dependency >
225225 </dependencies >
You can’t perform that action at this time.
0 commit comments