[MJARSIGNER-65] update dependencies in integrtion test
diff --git a/src/it/verify-fail/pom.xml b/src/it/verify-fail/pom.xml
index 23541cc..ee590fb 100644
--- a/src/it/verify-fail/pom.xml
+++ b/src/it/verify-fail/pom.xml
@@ -28,7 +28,7 @@
<packaging>jar</packaging>
<description>
- Tests that verification of a tampared JAR fails.
+ Tests that verification of a tampered JAR fails.
</description>
<properties>
@@ -40,22 +40,22 @@
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-compiler-plugin</artifactId>
- <version>2.0.2</version>
+ <version>3.11.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-jar-plugin</artifactId>
- <version>2.1</version>
+ <version>3.3.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-resources-plugin</artifactId>
- <version>2.2</version>
+ <version>3.3.1</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-surefire-plugin</artifactId>
- <version>2.3.1</version>
+ <version>3.1.0</version>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>