File tree Expand file tree Collapse file tree 5 files changed +19
-19
lines changed Expand file tree Collapse file tree 5 files changed +19
-19
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.54 )
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.55 )
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 )
@@ -28,7 +28,7 @@ Include the following in your `pom.xml` for Maven:
28
28
<dependency>
29
29
<groupId>com.github.javadev</groupId>
30
30
<artifactId>underscore17</artifactId>
31
- <version>1.54 </version>
31
+ <version>1.55 </version>
32
32
</dependency>
33
33
...
34
34
</dependencies>
@@ -37,7 +37,7 @@ Include the following in your `pom.xml` for Maven:
37
37
Gradle:
38
38
39
39
``` groovy
40
- implementation 'com.github.javadev:underscore17:1.54 '
40
+ implementation 'com.github.javadev:underscore17:1.55 '
41
41
```
42
42
43
43
### 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.54 </version >
7
+ <version >1.55 </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 >
57
57
<dependency >
58
58
<groupId >org.junit.jupiter</groupId >
59
59
<artifactId >junit-jupiter-engine</artifactId >
60
- <version >[5.10.1 ,)</version >
60
+ <version >[5.10.2 ,)</version >
61
61
</dependency >
62
62
</dependencies >
63
63
</plugin >
129
129
<dependency >
130
130
<groupId >org.junit.jupiter</groupId >
131
131
<artifactId >junit-jupiter-api</artifactId >
132
- <version >[5.10.1 ,)</version >
132
+ <version >[5.10.2 ,)</version >
133
133
<scope >test</scope >
134
134
</dependency >
135
135
<dependency >
136
136
<groupId >org.junit.platform</groupId >
137
137
<artifactId >junit-platform-launcher</artifactId >
138
- <version >[1.10.1 ,)</version >
138
+ <version >[1.10.2 ,)</version >
139
139
<scope >test</scope >
140
140
</dependency >
141
141
<dependency >
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.54 </version >
7
+ <version >1.55 </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 >
57
57
<dependency >
58
58
<groupId >org.junit.jupiter</groupId >
59
59
<artifactId >junit-jupiter-engine</artifactId >
60
- <version >[5.10.1 ,)</version >
60
+ <version >[5.10.2 ,)</version >
61
61
</dependency >
62
62
</dependencies >
63
63
</plugin >
129
129
<dependency >
130
130
<groupId >org.junit.jupiter</groupId >
131
131
<artifactId >junit-jupiter-api</artifactId >
132
- <version >[5.10.1 ,)</version >
132
+ <version >[5.10.2 ,)</version >
133
133
<scope >test</scope >
134
134
</dependency >
135
135
<dependency >
136
136
<groupId >org.junit.platform</groupId >
137
137
<artifactId >junit-platform-launcher</artifactId >
138
- <version >[1.10.1 ,)</version >
138
+ <version >[1.10.2 ,)</version >
139
139
<scope >test</scope >
140
140
</dependency >
141
141
<dependency >
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.54 </version >
7
+ <version >1.55 </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 >
58
58
<dependency >
59
59
<groupId >org.junit.jupiter</groupId >
60
60
<artifactId >junit-jupiter-engine</artifactId >
61
- <version >[5.10.1 ,)</version >
61
+ <version >[5.10.2 ,)</version >
62
62
</dependency >
63
63
</dependencies >
64
64
</plugin >
238
238
<dependency >
239
239
<groupId >org.junit.jupiter</groupId >
240
240
<artifactId >junit-jupiter-api</artifactId >
241
- <version >[5.10.1 ,)</version >
241
+ <version >[5.10.2 ,)</version >
242
242
<scope >test</scope >
243
243
</dependency >
244
244
<dependency >
245
245
<groupId >org.junit.platform</groupId >
246
246
<artifactId >junit-platform-launcher</artifactId >
247
- <version >[1.10.1 ,)</version >
247
+ <version >[1.10.2 ,)</version >
248
248
<scope >test</scope >
249
249
</dependency >
250
250
<dependency >
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.54 -SNAPSHOT</version >
7
+ <version >1.55 -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 >
60
60
<dependency >
61
61
<groupId >org.junit.jupiter</groupId >
62
62
<artifactId >junit-jupiter-engine</artifactId >
63
- <version >[5.10.1 ,)</version >
63
+ <version >[5.10.2 ,)</version >
64
64
</dependency >
65
65
</dependencies >
66
66
</plugin >
211
211
<dependency >
212
212
<groupId >org.junit.jupiter</groupId >
213
213
<artifactId >junit-jupiter-api</artifactId >
214
- <version >[5.10.1 ,)</version >
214
+ <version >[5.10.2 ,)</version >
215
215
<scope >test</scope >
216
216
</dependency >
217
217
<dependency >
218
218
<groupId >org.junit.platform</groupId >
219
219
<artifactId >junit-platform-launcher</artifactId >
220
- <version >[1.10.1 ,)</version >
220
+ <version >[1.10.2 ,)</version >
221
221
<scope >test</scope >
222
222
</dependency >
223
223
<dependency >
You can’t perform that action at this time.
0 commit comments