Skip to content

Commit 55f2a9e

Browse files
committed
Add version 1.71 description.
1 parent b1e1ea6 commit 55f2a9e

File tree

4 files changed

+11
-11
lines changed

4 files changed

+11
-11
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Include the following in your `pom.xml` for Maven:
3939
<dependency>
4040
<groupId>com.github.javadev</groupId>
4141
<artifactId>underscore</artifactId>
42-
<version>1.70</version>
42+
<version>1.71</version>
4343
</dependency>
4444
...
4545
</dependencies>
@@ -48,7 +48,7 @@ Include the following in your `pom.xml` for Maven:
4848
Gradle:
4949

5050
```groovy
51-
implementation 'com.github.javadev:underscore:1.70'
51+
implementation 'com.github.javadev:underscore:1.71'
5252
```
5353

5454
### Usage

pom-central.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.70</version>
8+
<version>1.71</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>
@@ -118,13 +118,13 @@
118118
<dependency>
119119
<groupId>junit</groupId>
120120
<artifactId>junit</artifactId>
121-
<version>4.13.2</version>
121+
<version>[4.13.2,)</version>
122122
<scope>test</scope>
123123
</dependency>
124124
<dependency>
125125
<groupId>org.awaitility</groupId>
126126
<artifactId>awaitility</artifactId>
127-
<version>4.0.3</version>
127+
<version>[4.1.1,)</version>
128128
<scope>test</scope>
129129
</dependency>
130130
</dependencies>

pom-pack.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.70</version>
8+
<version>1.71</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>
@@ -165,13 +165,13 @@
165165
<dependency>
166166
<groupId>junit</groupId>
167167
<artifactId>junit</artifactId>
168-
<version>4.13.1</version>
168+
<version>[4.13.2,)</version>
169169
<scope>test</scope>
170170
</dependency>
171171
<dependency>
172172
<groupId>org.awaitility</groupId>
173173
<artifactId>awaitility</artifactId>
174-
<version>4.0.3</version>
174+
<version>[4.1.1,)</version>
175175
<scope>test</scope>
176176
</dependency>
177177
</dependencies>

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<groupId>com.github.javadev</groupId>
66
<artifactId>underscore</artifactId>
77
<packaging>jar</packaging>
8-
<version>1.70-SNAPSHOT</version>
8+
<version>1.71-SNAPSHOT</version>
99
<name>java port of Underscore.js</name>
1010
<description>The java port of Underscore.js</description>
1111
<url>https://github.com/javadev/underscore-java</url>
@@ -213,13 +213,13 @@
213213
<dependency>
214214
<groupId>junit</groupId>
215215
<artifactId>junit</artifactId>
216-
<version>4.13.2</version>
216+
<version>[4.13.2,)</version>
217217
<scope>test</scope>
218218
</dependency>
219219
<dependency>
220220
<groupId>org.awaitility</groupId>
221221
<artifactId>awaitility</artifactId>
222-
<version>4.1.0</version>
222+
<version>[4.1.1,)</version>
223223
<scope>test</scope>
224224
</dependency>
225225
</dependencies>

0 commit comments

Comments
 (0)