You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ro...@apache.org on 2022/10/11 11:01:07 UTC

[activemq-artemis] branch main updated: ARTEMIS-4038 Upgrade groovy version to 4.0.5

This is an automated email from the ASF dual-hosted git repository.

robbie pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new 288b013183 ARTEMIS-4038 Upgrade groovy version to 4.0.5
288b013183 is described below

commit 288b013183f2fa45b2e789853ca876e177ea2c96
Author: Domenico Francesco Bruscino <br...@apache.org>
AuthorDate: Tue Oct 11 11:17:43 2022 +0200

    ARTEMIS-4038 Upgrade groovy version to 4.0.5
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 76261e2894..2e09ef1a9f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -172,7 +172,7 @@
       <jakarta.resource-api.version.alt>2.1.0</jakarta.resource-api.version.alt>
 
       <!-- used on tests -->
-      <groovy.version>4.0.0</groovy.version>
+      <groovy.version>4.0.5</groovy.version>
       <vertx.version>4.3.3</vertx.version>
       <hadoop.minikdc.version>3.3.1</hadoop.minikdc.version>