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-java17
44=================
55
6- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.75 )
6+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.76 )
77[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-green.svg ) ] ( https://github.com/javadev/underscore-java17/blob/main/LICENSE )
88[ ![ Java CI] ( https://github.com/javadev/underscore-java17/actions/workflows/maven.yml/badge.svg )] ( https://github.com/javadev/underscore-java17/actions/workflows/maven.yml )
99[ ![ CodeQL] ( https://github.com/javadev/underscore-java17/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/javadev/underscore-java17/actions/workflows/codeql.yml )
@@ -31,7 +31,7 @@ To configure your Maven project, add the following code to your pom.xml file:
3131 <dependency >
3232 <groupId >com.github.javadev</groupId >
3333 <artifactId >underscore17</artifactId >
34- <version >1.75 </version >
34+ <version >1.76 </version >
3535 </dependency >
3636 ...
3737</dependencies >
@@ -40,7 +40,7 @@ To configure your Maven project, add the following code to your pom.xml file:
4040Gradle configuration:
4141
4242``` groovy
43- implementation 'com.github.javadev:underscore17:1.75 '
43+ implementation 'com.github.javadev:underscore17:1.76 '
4444```
4545
4646### Usage
You can’t perform that action at this time.
0 commit comments