diff --git a/pom.xml b/pom.xml
index f3721acc..64571651 100644
--- a/pom.xml
+++ b/pom.xml
@@ -18,6 +18,7 @@
1.${shortJavaVersion}
3.5.0
3.11.0
+ 3.3.1
4.13.2
3.1.0
3.9.0
@@ -342,7 +343,7 @@
org.apache.maven.plugins
maven-resources-plugin
- 3.3.1
+ ${resourcesPluginVersion}
org.apache.maven.plugins
diff --git a/src/it/pom.xml b/src/it/pom.xml
index 056853e3..ec43f72e 100644
--- a/src/it/pom.xml
+++ b/src/it/pom.xml
@@ -11,9 +11,9 @@
@project.build.sourceEncoding@
- 3.11
- 3.6.3
- 5.7.0
+ 3.12.0
+ 3.9.2
+ 5.9.3
@@ -35,11 +35,13 @@
org.apache.maven
maven-plugin-api
${mavenVersion}
+ provided
org.apache.maven.plugin-tools
maven-plugin-annotations
3.9.0
+ provided
@@ -169,6 +171,10 @@
gmavenplus-plugin
@project.version@
+
+ maven-resources-plugin
+ @resourcesPluginVersion@
+
maven-compiler-plugin
@compilerPluginVersion@