This is an automated email from the ASF dual-hosted git repository.
jbonofre pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq.git
The following commit(s) were added to refs/heads/main by this push:
new 788971889 [AMQ-9029] Upgrade to groovy 4.0.4
new d399ea881 Merge pull request #879 from jbonofre/AMQ-9029
788971889 is described below
commit 78897188904c84dec4e8039ed402e4cd562fbf96
Author: Jean-Baptiste Onofré <[email protected]>
AuthorDate: Sun Aug 14 08:14:20 2022 +0200
[AMQ-9029] Upgrade to groovy 4.0.4
---
activemq-openwire-generator/pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/activemq-openwire-generator/pom.xml
b/activemq-openwire-generator/pom.xml
index 1062ae3da..4d2038e16 100644
--- a/activemq-openwire-generator/pom.xml
+++ b/activemq-openwire-generator/pom.xml
@@ -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>