From b15f532f84674159541dd7e51dc0a730eaddbab1 Mon Sep 17 00:00:00 2001 From: V K Date: Wed, 10 Apr 2024 05:51:32 +0200 Subject: [PATCH 1/7] upgrade `gpg` plugin to `3.2.2` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 0a768e3..10f953b 100644 --- a/pom.xml +++ b/pom.xml @@ -74,7 +74,7 @@ org.apache.maven.plugins maven-gpg-plugin - 1.5 + 3.2.2 sign-artifacts From 58dc5e4d0ce988b5bc9479d1ea6c0d72645cacc3 Mon Sep 17 00:00:00 2001 From: V K Date: Wed, 10 Apr 2024 05:51:50 +0200 Subject: [PATCH 2/7] upgrade `compiler` plugin to `3.13.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 10f953b..1c18ddd 100644 --- a/pom.xml +++ b/pom.xml @@ -113,7 +113,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.1 + 3.13.0 ${maven.compiler.source} ${maven.compiler.target} From 16ec3dfcb24afb3667ff8135e9341410218c1012 Mon Sep 17 00:00:00 2001 From: V K Date: Wed, 10 Apr 2024 05:52:05 +0200 Subject: [PATCH 3/7] upgrade `resources` plugin to `3.3.1` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 1c18ddd..a001336 100644 --- a/pom.xml +++ b/pom.xml @@ -122,7 +122,7 @@ org.apache.maven.plugins maven-resources-plugin - 3.0.1 + 3.3.1 filter-resources From 6103970385842c1705934a69a4bcb8c0cb11dc10 Mon Sep 17 00:00:00 2001 From: V K Date: Wed, 10 Apr 2024 05:52:17 +0200 Subject: [PATCH 4/7] upgrade `jar` plugin to `3.3.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index a001336..3648fad 100644 --- a/pom.xml +++ b/pom.xml @@ -164,7 +164,7 @@ org.apache.maven.plugins maven-jar-plugin - 3.0.2 + 3.3.0 From 6247e5459f14a6ceade5dfe09abc0cab0b8d19e2 Mon Sep 17 00:00:00 2001 From: V K Date: Wed, 10 Apr 2024 05:52:32 +0200 Subject: [PATCH 5/7] upgrade `checkstyle` plugin to `3.3.1` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 3648fad..61a7f8f 100644 --- a/pom.xml +++ b/pom.xml @@ -216,7 +216,7 @@ org.apache.maven.plugins maven-checkstyle-plugin - 3.1.2 + 3.3.1 com.puppycrawl.tools From fbad617b18ddfac842dc44635755dd41d02e4288 Mon Sep 17 00:00:00 2001 From: V K Date: Wed, 10 Apr 2024 05:52:50 +0200 Subject: [PATCH 6/7] upgrade `surefire` plugin to `3.2.5` --- pom.xml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index 61a7f8f..09f0a15 100644 --- a/pom.xml +++ b/pom.xml @@ -240,13 +240,8 @@ maven-surefire-plugin - 2.19.1 + 3.2.5 - - org.junit.platform - junit-platform-surefire-provider - 1.1.1 - org.junit.jupiter junit-jupiter-engine From 72b2d05216a505cac09a42d0f2bf63250025e7a0 Mon Sep 17 00:00:00 2001 From: V K Date: Wed, 10 Apr 2024 05:53:11 +0200 Subject: [PATCH 7/7] upgrade `junit` to `5.9.0` --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 09f0a15..1d4bc03 100644 --- a/pom.xml +++ b/pom.xml @@ -19,7 +19,7 @@ 1.2.13 1.7.36 1.3.0 - 5.1.1 + 5.9.0