This is an automated email from the ASF dual-hosted git repository.

elharo pushed a commit to branch tamper
in repository https://gitbox.apache.org/repos/asf/maven-jarsigner-plugin.git

commit 5aec62ca05063d52d3147edf7a5c97975795b040
Author: Elliotte Rusty Harold <[email protected]>
AuthorDate: Sat Jun 3 07:37:36 2023 -0400

    [MJARSIGNER-65] update dependencies in integrtion test
---
 src/it/verify-fail/pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

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 @@ under the License.
   <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 @@ under the License.
       <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>

Reply via email to