File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1
1
underscore-java17
2
2
=================
3
3
4
- [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.58 )
4
+ [ ![ Maven Central] ( https://img.shields.io/maven-central/v/com.github.javadev/underscore17.svg )] ( https://central.sonatype.com/artifact/com.github.javadev/underscore17/1.59 )
5
5
[ ![ MIT License] ( http://img.shields.io/badge/license-MIT-green.svg ) ] ( https://github.com/javadev/underscore-java17/blob/main/LICENSE )
6
6
[ ![ Java CI] ( https://github.com/javadev/underscore-java17/actions/workflows/maven.yml/badge.svg )] ( https://github.com/javadev/underscore-java17/actions/workflows/maven.yml )
7
7
[ ![ CodeQL] ( https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml/badge.svg )] ( https://github.com/javadev/underscore-java17/actions/workflows/codeql-analysis.yml )
@@ -29,7 +29,7 @@ Include the following in your `pom.xml` for Maven:
29
29
<dependency>
30
30
<groupId>com.github.javadev</groupId>
31
31
<artifactId>underscore17</artifactId>
32
- <version>1.58 </version>
32
+ <version>1.59 </version>
33
33
</dependency>
34
34
...
35
35
</dependencies>
@@ -38,7 +38,7 @@ Include the following in your `pom.xml` for Maven:
38
38
Gradle:
39
39
40
40
``` groovy
41
- implementation 'com.github.javadev:underscore17:1.58 '
41
+ implementation 'com.github.javadev:underscore17:1.59 '
42
42
```
43
43
44
44
### Usage
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.58 </version >
7
+ <version >1.59 </version >
8
8
<name >java 17 port of Underscore.js</name >
9
9
<description >The java 17 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java17</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore21</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.58 </version >
7
+ <version >1.59 </version >
8
8
<name >java 21 port of Underscore.js</name >
9
9
<description >The java 21 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java17</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.58 </version >
7
+ <version >1.59 </version >
8
8
<name >java 17 port of Underscore.js</name >
9
9
<description >The java 17 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java17</url >
Original file line number Diff line number Diff line change 4
4
<groupId >com.github.javadev</groupId >
5
5
<artifactId >underscore17</artifactId >
6
6
<packaging >jar</packaging >
7
- <version >1.58 -SNAPSHOT</version >
7
+ <version >1.59 -SNAPSHOT</version >
8
8
<name >java 17 port of Underscore.js</name >
9
9
<description >The java 17 port of Underscore.js</description >
10
10
<url >https://github.com/javadev/underscore-java17</url >
You can’t perform that action at this time.
0 commit comments