diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index f3730f8f..2bf38108 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -24,5 +24,5 @@ jobs:
name: Verify
uses: apache/maven-gh-actions-shared/.github/workflows/maven-verify.yml@v3
with:
- ff-maven: "3.9.4" # Maven version for fail-fast-build
- maven-matrix: '[ "3.2.5", "3.8.8", "3.9.4" ]' # Maven versions matrix for verify builds
+ ff-maven: "3.9.5" # Maven version for fail-fast-build
+ maven-matrix: '[ "3.6.3", "3.8.8", "3.9.5" ]' # Maven versions matrix for verify builds
diff --git a/pom.xml b/pom.xml
index f4fff925..2bcf9aa4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -139,10 +139,10 @@
- org.eclipse.aether
- aether-util
+ org.apache.maven.resolver
+ maven-resolver-util
- 1.0.0.v20140518
+ 1.4.1
@@ -214,7 +214,7 @@
- 3.2.5
+ 3.6.3
1.7.36
2022-07-15T02:43:45Z