diff --git a/integration-tests/src/test/projects/raw-streams/pom.xml b/integration-tests/src/test/projects/raw-streams/pom.xml index b8ad56d5..5855affa 100644 --- a/integration-tests/src/test/projects/raw-streams/pom.xml +++ b/integration-tests/src/test/projects/raw-streams/pom.xml @@ -27,9 +27,9 @@ - org.codehaus.gmaven - groovy-maven-plugin - 2.1.1 + org.codehaus.gmavenplus + gmavenplus-plugin + 2.1.0 validate @@ -37,12 +37,22 @@ execute - + + + + + + org.apache.groovy + groovy-all + 4.0.6 + pom + + diff --git a/pom.xml b/pom.xml index 18ffd30c..8d2ffec1 100644 --- a/pom.xml +++ b/pom.xml @@ -58,7 +58,7 @@ 1.21 22.2.0 0.9.13 - 3.0.9 + 4.0.6 1.0 2.4.0 3.21.0 @@ -73,7 +73,7 @@ 1.4 3.8.1 2.15.0 - 2.1.1 + 2.1.0 1.6.0 3.0 3.2.2 @@ -140,7 +140,7 @@ - org.codehaus.groovy + org.apache.groovy groovy ${groovy.version} @@ -444,22 +444,15 @@ limitations under the License. ${maven-shade-plugin.version} - org.codehaus.gmaven - groovy-maven-plugin + org.codehaus.gmavenplus + gmavenplus-plugin ${groovy-maven-plugin.version} - org.codehaus.groovy + org.apache.groovy groovy-all ${groovy.version} pom - - - - org.codehaus.groovy - groovy-testng - -