You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2023/01/04 07:56:03 UTC

[maven-integration-testing] branch master updated: Upgrade Groovy in one of the ITs to support JDK 19

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-integration-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new cbfdf8c16 Upgrade Groovy in one of the ITs to support JDK 19
cbfdf8c16 is described below

commit cbfdf8c16ddc6cc934445dbb903ca56976bcc3e7
Author: Petr Široký <pe...@pm.me>
AuthorDate: Sun Jan 1 18:27:14 2023 +0100

    Upgrade Groovy in one of the ITs to support JDK 19
---
 core-it-suite/src/test/resources-filtered/bootstrap.txt | 4 ++--
 core-it-suite/src/test/resources/mng-7045/pom.xml       | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/core-it-suite/src/test/resources-filtered/bootstrap.txt b/core-it-suite/src/test/resources-filtered/bootstrap.txt
index 6330b4612..47afb6d0b 100644
--- a/core-it-suite/src/test/resources-filtered/bootstrap.txt
+++ b/core-it-suite/src/test/resources-filtered/bootstrap.txt
@@ -12,8 +12,8 @@ javax.annotation:javax.annotation-api:1.2
 junit:junit:4.12
 org.apache.ant:ant:1.10.8
 org.apache.geronimo.specs:geronimo-jcdi_2.0_spec:1.3
-org.apache.groovy:groovy-ant:4.0.0-alpha-3
-org.apache.groovy:groovy:4.0.0-alpha-3
+org.apache.groovy:groovy-ant:4.0.6
+org.apache.groovy:groovy:4.0.6
 org.apache.maven.its.plugins.class-loader:dep-c:${project.version}
 org.apache.maven.its.plugins:maven-it-plugin-active-collection:${project.version}
 org.apache.maven.its.plugins:maven-it-plugin-all:${project.version}
diff --git a/core-it-suite/src/test/resources/mng-7045/pom.xml b/core-it-suite/src/test/resources/mng-7045/pom.xml
index 9cf755715..7a5b7c75f 100644
--- a/core-it-suite/src/test/resources/mng-7045/pom.xml
+++ b/core-it-suite/src/test/resources/mng-7045/pom.xml
@@ -55,13 +55,13 @@ javax.enterprise.inject.Instance.class.getDeclaredMethod("stream")
           <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy-ant</artifactId>
-            <version>4.0.0-alpha-3</version>
+            <version>4.0.6</version>
             <scope>runtime</scope>
           </dependency>
           <dependency>
             <groupId>org.apache.groovy</groupId>
             <artifactId>groovy</artifactId>
-            <version>4.0.0-alpha-3</version>
+            <version>4.0.6</version>
             <scope>runtime</scope>
           </dependency>
         </dependencies>