Skip to content

Commit 63fc8af

Browse files
committed
Upgraded groovy to 5.0.4 to make Java 25 Work
1 parent 0394263 commit 63fc8af

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

memex/pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
<dependency>
283283
<groupId>org.apache.groovy</groupId>
284284
<artifactId>groovy</artifactId>
285-
<version>4.0.15</version>
285+
<version>5.0.4</version>
286286
<scope>runtime</scope>
287287
</dependency>
288288
</dependencies>
@@ -323,13 +323,13 @@
323323
<dependency>
324324
<groupId>org.apache.groovy</groupId>
325325
<artifactId>groovy</artifactId>
326-
<version>4.0.15</version>
326+
<version>5.0.4</version>
327327
<scope>runtime</scope>
328328
</dependency>
329329
<dependency>
330330
<groupId>org.apache.groovy</groupId>
331331
<artifactId>groovy-json</artifactId>
332-
<version>4.0.15</version>
332+
<version>5.0.4</version>
333333
<scope>runtime</scope>
334334
</dependency>
335335
</dependencies>

0 commit comments

Comments
 (0)