File tree Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Expand file tree Collapse file tree 4 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 11underscore-java
22===============
33
4- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore/1.89 )
4+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore/1.90 )
55[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/javadev/underscore-java/blob/main/LICENSE )
66[ ![ Java CI] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg )] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml )
77[ ![ CodeQL] ( https://github.com/javadev/underscore-java/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/javadev/underscore-java/actions/workflows/codeql-analysis.yml )
@@ -41,7 +41,7 @@ Include the following in your `pom.xml` for Maven:
4141 <dependency >
4242 <groupId >com.github.javadev</groupId >
4343 <artifactId >underscore</artifactId >
44- <version >1.89 </version >
44+ <version >1.90 </version >
4545 </dependency >
4646 ...
4747</dependencies >
@@ -50,7 +50,7 @@ Include the following in your `pom.xml` for Maven:
5050Gradle:
5151
5252``` groovy
53- implementation 'com.github.javadev:underscore:1.89 '
53+ implementation 'com.github.javadev:underscore:1.90 '
5454```
5555
5656### Usage
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.89 </version >
7+ <version >1.90 </version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
5757 <dependency >
5858 <groupId >org.junit.jupiter</groupId >
5959 <artifactId >junit-jupiter-engine</artifactId >
60- <version >[5.9.2 ,)</version >
60+ <version >[5.9.3 ,)</version >
6161 </dependency >
6262 </dependencies >
6363 </plugin >
126126 <dependency >
127127 <groupId >org.junit.jupiter</groupId >
128128 <artifactId >junit-jupiter-api</artifactId >
129- <version >[5.9.2 ,)</version >
129+ <version >[5.9.3 ,)</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 >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.89 </version >
7+ <version >1.90 </version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
5858 <dependency >
5959 <groupId >org.junit.jupiter</groupId >
6060 <artifactId >junit-jupiter-engine</artifactId >
61- <version >[5.9.2 ,)</version >
61+ <version >[5.9.3 ,)</version >
6262 </dependency >
6363 </dependencies >
6464 </plugin >
244244 <dependency >
245245 <groupId >org.junit.jupiter</groupId >
246246 <artifactId >junit-jupiter-api</artifactId >
247- <version >[5.9.2 ,)</version >
247+ <version >[5.9.3 ,)</version >
248248 <scope >test</scope >
249249 </dependency >
250250 <dependency >
Original file line number Diff line number Diff line change 44 <groupId >com.github.javadev</groupId >
55 <artifactId >underscore</artifactId >
66 <packaging >jar</packaging >
7- <version >1.89 -SNAPSHOT</version >
7+ <version >1.90 -SNAPSHOT</version >
88 <name >java port of Underscore.js</name >
99 <description >The java port of Underscore.js</description >
1010 <url >https://github.com/javadev/underscore-java</url >
6060 <dependency >
6161 <groupId >org.junit.jupiter</groupId >
6262 <artifactId >junit-jupiter-engine</artifactId >
63- <version >[5.9.2 ,)</version >
63+ <version >[5.9.3 ,)</version >
6464 </dependency >
6565 </dependencies >
6666 </plugin >
219219 <dependency >
220220 <groupId >org.junit.jupiter</groupId >
221221 <artifactId >junit-jupiter-api</artifactId >
222- <version >[5.9.2 ,)</version >
222+ <version >[5.9.3 ,)</version >
223223 <scope >test</scope >
224224 </dependency >
225225 <dependency >
You can’t perform that action at this time.
0 commit comments