Merge pull request #1346 from jbonofre/AMQ-9619

AMQ-9619: Upgrade to groovy 4.0.23
This commit is contained in:
JB Onofré 2024-11-08 10:02:05 +01:00 committed by GitHub
commit c60bb18d29
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -32,12 +32,12 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>4.0.6</version>
<version>4.0.23</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-ant</artifactId>
<version>4.0.6</version>
<version>4.0.23</version>
</dependency>
<dependency>
<groupId>annogen</groupId>