You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/08/16 14:32:42 UTC

[activemq] branch activemq-5.17.x updated: [AMQ-9029] Upgrade to groovy 4.0.4

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 994afe907 [AMQ-9029] Upgrade to groovy 4.0.4
994afe907 is described below

commit 994afe9074f6d309b6eb16d6f1c3ceec70c5d6ca
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Aug 14 08:14:20 2022 +0200

    [AMQ-9029] Upgrade to groovy 4.0.4
    
    (cherry picked from commit 78897188904c84dec4e8039ed402e4cd562fbf96)
---
 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 280a7c1c0..41ab5541f 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>