File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
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.90 )
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.91 )
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.90 </version >
44+ <version >1.91 </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.90 '
53+ implementation 'com.github.javadev:underscore:1.91 '
5454```
5555
5656### Usage
You can’t perform that action at this time.
0 commit comments