Skip to content

Commit 8ce4e50

Browse files
committed
Upgrade Groovy to 2.5.7
1 parent 86f0773 commit 8ce4e50

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ Versions
135135
+-----------+----------+-----------+--------+----------+
136136
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
137137
+-----------+----------+-----------+--------+----------+
138-
| 1.14 | 22 | 2.16 | 1.16.0 | 2.5.6 |
138+
| 1.14 | 22 | 2.16 | 1.16.0 | 2.5.7 |
139139
+-----------+----------+-----------+--------+----------+
140140
| 1.13 | 21 | 2.15 | 1.16.0 | 2.5.6 |
141141
+-----------+----------+-----------+--------+----------+

pom.xml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -270,27 +270,27 @@
270270
<dependency>
271271
<groupId>org.codehaus.groovy</groupId>
272272
<artifactId>groovy</artifactId>
273-
<version>2.5.6</version>
273+
<version>2.5.7</version>
274274
</dependency>
275275
<dependency>
276276
<groupId>org.codehaus.groovy</groupId>
277277
<artifactId>groovy-sql</artifactId>
278-
<version>2.5.6</version>
278+
<version>2.5.7</version>
279279
</dependency>
280280
<dependency>
281281
<groupId>org.codehaus.groovy</groupId>
282282
<artifactId>groovy-xml</artifactId>
283-
<version>2.5.6</version>
283+
<version>2.5.7</version>
284284
</dependency>
285285
<dependency>
286286
<groupId>org.codehaus.groovy</groupId>
287287
<artifactId>groovy-json</artifactId>
288-
<version>2.5.6</version>
288+
<version>2.5.7</version>
289289
</dependency>
290290
<dependency>
291291
<groupId>org.codehaus.groovy</groupId>
292292
<artifactId>groovy-swing</artifactId>
293-
<version>2.5.6</version>
293+
<version>2.5.7</version>
294294
</dependency>
295295
<dependency>
296296
<groupId>com.opencsv</groupId>

0 commit comments

Comments
 (0)