File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Include the following in your `pom.xml` for Maven:
42
42
<dependency>
43
43
<groupId>com.github.javadev</groupId>
44
44
<artifactId>underscore</artifactId>
45
- <version>1.52 </version>
45
+ <version>1.53 </version>
46
46
</dependency>
47
47
...
48
48
</dependencies>
@@ -51,7 +51,7 @@ Include the following in your `pom.xml` for Maven:
51
51
Gradle:
52
52
53
53
``` groovy
54
- compile 'com.github.javadev:underscore:1.52 '
54
+ compile 'com.github.javadev:underscore:1.53 '
55
55
```
56
56
57
57
### Usage
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.52 </version >
8
+ <version >1.53 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
123
123
<dependency >
124
124
<groupId >org.awaitility</groupId >
125
125
<artifactId >awaitility</artifactId >
126
- <version >3.1.6 </version >
126
+ <version >4.0.2 </version >
127
127
<scope >test</scope >
128
128
</dependency >
129
129
</dependencies >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.52 </version >
8
+ <version >1.53 </version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
153
153
<plugin >
154
154
<groupId >org.apache.maven.plugins</groupId >
155
155
<artifactId >maven-gpg-plugin</artifactId >
156
- <version >1.4 </version >
156
+ <version >1.6 </version >
157
157
<executions >
158
158
<execution >
159
159
<id >sign-artifacts</id >
176
176
<dependency >
177
177
<groupId >org.awaitility</groupId >
178
178
<artifactId >awaitility</artifactId >
179
- <version >3.1.6 </version >
179
+ <version >4.0.2 </version >
180
180
<scope >test</scope >
181
181
</dependency >
182
182
</dependencies >
Original file line number Diff line number Diff line change 5
5
<groupId >com.github.javadev</groupId >
6
6
<artifactId >underscore</artifactId >
7
7
<packaging >jar</packaging >
8
- <version >1.52 -SNAPSHOT</version >
8
+ <version >1.53 -SNAPSHOT</version >
9
9
<name >java port of Underscore.js</name >
10
10
<description >The java port of Underscore.js</description >
11
11
<url >https://github.com/javadev/underscore-java</url >
You can’t perform that action at this time.
0 commit comments