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 3
3
underscore-java
4
4
===============
5
5
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.114 )
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.115 )
7
7
[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-green.svg )] ( https://github.com/javadev/underscore-java/blob/main/LICENSE )
8
8
[ ![ Java CI] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml/badge.svg )] ( https://github.com/javadev/underscore-java/actions/workflows/maven.yml )
9
9
[ ![ CodeQL] ( https://github.com/javadev/underscore-java/actions/workflows/codeql.yml/badge.svg )] ( https://github.com/javadev/underscore-java/actions/workflows/codeql.yml )
@@ -44,7 +44,7 @@ To configure your Maven project, add the following code to your pom.xml file:
44
44
<dependency >
45
45
<groupId >com.github.javadev</groupId >
46
46
<artifactId >underscore</artifactId >
47
- <version >1.114 </version >
47
+ <version >1.115 </version >
48
48
</dependency >
49
49
...
50
50
</dependencies >
@@ -53,7 +53,7 @@ To configure your Maven project, add the following code to your pom.xml file:
53
53
Gradle configuration:
54
54
55
55
``` groovy
56
- implementation 'com.github.javadev:underscore:1.114 '
56
+ implementation 'com.github.javadev:underscore:1.115 '
57
57
```
58
58
59
59
### Usage
You can’t perform that action at this time.
0 commit comments