File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Expand file tree Collapse file tree 4 files changed +6
-6
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.86 )
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.87 )
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 )
@@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven:
4242 <dependency >
4343 <groupId >com.github.javadev</groupId >
4444 <artifactId >underscore</artifactId >
45- <version >1.86 </version >
45+ <version >1.87 </version >
4646 </dependency >
4747 ...
4848</dependencies >
@@ -51,7 +51,7 @@ Include the following in your `pom.xml` for Maven:
5151Gradle:
5252
5353``` groovy
54- implementation 'com.github.javadev:underscore:1.86 '
54+ implementation 'com.github.javadev:underscore:1.87 '
5555```
5656
5757### 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.86 </version >
7+ <version >1.87 </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 >
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.86 </version >
7+ <version >1.87 </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 >
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.86 -SNAPSHOT</version >
7+ <version >1.87 -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 >
You can’t perform that action at this time.
0 commit comments