File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
1
underscore-java
2
2
===============
3
3
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 )
5
5
[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/javadev/underscore-java/blob/main/LICENSE )
6
6
[ ![ Java CI] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg )] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml )
7
7
[ ![ 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:
41
41
<dependency >
42
42
<groupId >com.github.javadev</groupId >
43
43
<artifactId >underscore</artifactId >
44
- <version >1.90 </version >
44
+ <version >1.91 </version >
45
45
</dependency >
46
46
...
47
47
</dependencies >
@@ -50,7 +50,7 @@ Include the following in your `pom.xml` for Maven:
50
50
Gradle:
51
51
52
52
``` groovy
53
- implementation 'com.github.javadev:underscore:1.90 '
53
+ implementation 'com.github.javadev:underscore:1.91 '
54
54
```
55
55
56
56
### Usage
You can’t perform that action at this time.
0 commit comments