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/11/21 13:19:36 UTC

[activemq] branch main updated: [AMQ-9174] Upgrade to groovy 4.0.6

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 1228fc442 [AMQ-9174] Upgrade to groovy 4.0.6
     new 56d89303b Merge pull request #938 from jbonofre/AMQ-9174
1228fc442 is described below

commit 1228fc4421b615f58d9c492ecba231545704d2c9
Author: Jean-Baptiste Onofré <jb...@apache.org>
AuthorDate: Sun Nov 20 07:40:37 2022 +0100

    [AMQ-9174] Upgrade to groovy 4.0.6
---
 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 4d2038e16..fcfb37527 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.4</version>
+      <version>4.0.6</version>
     </dependency>
     <dependency>
       <groupId>org.apache.groovy</groupId>
       <artifactId>groovy-ant</artifactId>
-      <version>4.0.4</version>
+      <version>4.0.6</version>
     </dependency>
     <dependency>
       <groupId>annogen</groupId>