This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch activemq-5.17.x
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/activemq-5.17.x by this push:
new 3b153daaa [AMQ-8514] Upgrade to groovy 4.0.1
3b153daaa is described below
commit 3b153daaafee26c8cc0312bdc6035ba4bd8ee915
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Thu Feb 24 16:00:11 2022 +0100
[AMQ-8514] Upgrade to groovy 4.0.1
(cherry picked from commit 9ac0e87713af4b053d2db5a2c0de198c1209a49f)
---
activemq-openwire-generator/pom.xml | 11 ++++++++---
1 file changed, 8 insertions(+), 3 deletions(-)
diff --git a/activemq-openwire-generator/pom.xml
b/activemq-openwire-generator/pom.xml
index 3239565a6..310e69cd7 100644
--- a/activemq-openwire-generator/pom.xml
+++ b/activemq-openwire-generator/pom.xml
@@ -41,9 +41,14 @@
</exclusions>
</dependency>
<dependency>
- <groupId>groovy</groupId>
- <artifactId>groovy-all</artifactId>
- <version>1.0-jsr-03</version>
+ <groupId>org.apache.groovy</groupId>
+ <artifactId>groovy</artifactId>
+ <version>4.0.1</version>
+ </dependency>
+ <dependency>
+ <groupId>org.apache.groovy</groupId>
+ <artifactId>groovy-ant</artifactId>
+ <version>4.0.1</version>
</dependency>
<dependency>
<groupId>annogen</groupId>