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 33underscore-java
44===============
55
6- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore/1.117 )
6+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore/1.118 )
77[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/javadev/underscore-java/blob/main/LICENSE )
88[ ![ Java CI] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg )] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml )
99[ ![ CodeQL] ( https://github.com/javadev/underscore-java/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/javadev/underscore-java/actions/workflows/codeql.yml )
@@ -43,7 +43,7 @@ To configure your Maven project, add the following code to your pom.xml file:
4343 <dependency >
4444 <groupId >com.github.javadev</groupId >
4545 <artifactId >underscore</artifactId >
46- <version >1.117 </version >
46+ <version >1.118 </version >
4747 </dependency >
4848 ...
4949</dependencies >
@@ -52,7 +52,7 @@ To configure your Maven project, add the following code to your pom.xml file:
5252Gradle configuration:
5353
5454``` groovy
55- implementation 'com.github.javadev:underscore:1.117 '
55+ implementation 'com.github.javadev:underscore:1.118 '
5656```
5757
5858### Usage
You can’t perform that action at this time.
0 commit comments