diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 84620816..5b8cf445 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -29,9 +29,9 @@ jobs: matrix: groovy-version: - 2.5.23 - - 3.0.22 - - 4.0.23 - - 5.0.0-alpha-10 + - 3.0.23 + - 4.0.24 + - 5.0.0-alpha-11 env: MVN_GROOVY_GROUP_ID: ${{format('{0}{1}', '-DgroovyVersion=', matrix.groovy-version)}} MVN_GROOVY_VERSION: ${{(startsWith(matrix.groovy-version, '2') || startsWith(matrix.groovy-version, '3')) && '-DgroovyGroupId=org.codehaus.groovy' || '-DgroovyGroupId=org.apache.groovy'}} diff --git a/pom.xml b/pom.xml index 7ef40d06..d4147ee8 100644 --- a/pom.xml +++ b/pom.xml @@ -12,21 +12,21 @@ UTF-8 3.6.3 0.8.12 - 3.10.1 + 3.11.2 8 1.${shortJavaVersion} - 3.8.0 + 3.8.1 3.13.0 3.3.1 4.13.2 - 3.5.0 - 3.15.0 + 3.5.2 + 3.15.1 3.3.1 org.apache.groovy - 4.0.23 + 4.0.24 @@ -57,13 +57,13 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.13.1 + 3.15.1 provided org.apache.maven maven-archiver - 3.6.2 + 3.6.3 org.apache.maven.shared @@ -74,7 +74,7 @@ com.google.guava guava - 33.3.1-jre + 33.4.0-jre runtime @@ -149,7 +149,7 @@ org.mockito mockito-core - 5.14.1 + 5.14.2 test diff --git a/src/it/pom.xml b/src/it/pom.xml index 190e17e1..c7c3007e 100644 --- a/src/it/pom.xml +++ b/src/it/pom.xml @@ -13,7 +13,7 @@ @project.build.sourceEncoding@ 3.17.0 3.9.9 - 5.11.1 + 5.11.4 @@ -40,7 +40,7 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.15.0 + 3.15.1 provided diff --git a/src/site/site.xml b/src/site/site.xml index 942e9fe1..f1e8eeed 100644 --- a/src/site/site.xml +++ b/src/site/site.xml @@ -14,7 +14,7 @@ org.apache.maven.skins maven-fluido-skin - 2.0.0-M11 + 2.0.1