Skip to content

Commit 13b7d7f

Browse files
committed
Upgrade to groovy 3.0.5
1 parent c19b9a9 commit 13b7d7f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ Versions
136136
+-----------+----------+-----------+--------+----------+
137137
| GeoScript | GeoTools | GeoServer | JTS | Groovy |
138138
+-----------+----------+-----------+--------+----------+
139-
| 1.16 | 24 | 2.18 | 1.16.1 | 3.0.3 |
139+
| 1.16 | 24 | 2.18 | 1.17.0 | 3.0.5 |
140140
+-----------+----------+-----------+--------+----------+
141141
| 1.15 | 23 | 2.17 | 1.16.1 | 3.0.3 |
142142
+-----------+----------+-----------+--------+----------+

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@
372372
<dependency>
373373
<groupId>org.codehaus.groovy</groupId>
374374
<artifactId>groovy-eclipse-batch</artifactId>
375-
<version>3.0.2-02</version>
375+
<version>3.0.5-01</version>
376376
</dependency>
377377
</dependencies>
378378
</plugin>
@@ -508,7 +508,7 @@
508508
</reporting>
509509
<properties>
510510
<gt.version>24-SNAPSHOT</gt.version>
511-
<groovy.version>3.0.4</groovy.version>
511+
<groovy.version>3.0.5</groovy.version>
512512
</properties>
513513
<name>geoscript groovy</name>
514514
<description>A groovy implementation of geoscript.</description>

0 commit comments

Comments
 (0)