Merge pull request #879 from jbonofre/AMQ-9029

[AMQ-9029] Upgrade to groovy 4.0.4
This commit is contained in:
Jean-Baptiste Onofré 2022-08-16 16:31:57 +02:00 committed by GitHub
commit d399ea881a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -43,12 +43,12 @@
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy</artifactId>
<version>4.0.1</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>org.apache.groovy</groupId>
<artifactId>groovy-ant</artifactId>
<version>4.0.3</version>
<version>4.0.4</version>
</dependency>
<dependency>
<groupId>annogen</groupId>