From ad7174f97d64b7f1c7f6406a0eda029b24b3ff46 Mon Sep 17 00:00:00 2001 From: Emmanuel Bourg Date: Wed, 29 May 2024 16:54:11 +0200 Subject: [PATCH] Updated the dependencies --- README.md | 2 +- jsign-ant/pom.xml | 2 +- jsign-cli/pom.xml | 2 +- jsign-core/pom.xml | 14 +++++++------- jsign-maven-plugin/pom.xml | 10 +++++----- jsign/pom.xml | 6 +++--- pom.xml | 14 +++++++------- 7 files changed, 25 insertions(+), 25 deletions(-) diff --git a/README.md b/README.md index 50dd5cb4..50335e53 100644 --- a/README.md +++ b/README.md @@ -77,7 +77,7 @@ See https://ebourg.github.io/jsign for more information. * API changes: * The PEFile class has been refactored to keep only the methods related to signing * The java.util.logging API is now used to log debug messages under the `net.jsign` logger -* Switched to BouncyCastle LTS 2.73.5 +* Switched to BouncyCastle LTS 2.73.6 #### Version 6.0 (2024-01-17) diff --git a/jsign-ant/pom.xml b/jsign-ant/pom.xml index 2c69f8f2..1a4a13ce 100644 --- a/jsign-ant/pom.xml +++ b/jsign-ant/pom.xml @@ -41,7 +41,7 @@ org.apache.maven.plugins maven-antrun-plugin - 3.0.0 + 3.1.0 copy-ant-test-resources-from-jsign-core diff --git a/jsign-cli/pom.xml b/jsign-cli/pom.xml index e5a6d3c1..4f94759f 100644 --- a/jsign-cli/pom.xml +++ b/jsign-cli/pom.xml @@ -47,7 +47,7 @@ org.apache.maven.plugins maven-antrun-plugin - 3.0.0 + 3.1.0 copy-cli-test-resources-from-jsign-core diff --git a/jsign-core/pom.xml b/jsign-core/pom.xml index 733c34e8..8d5dda4e 100644 --- a/jsign-core/pom.xml +++ b/jsign-core/pom.xml @@ -17,13 +17,13 @@ org.bouncycastle bcprov-lts8on - 2.73.5 + 2.73.6 org.bouncycastle bcpkix-lts8on - 2.73.5 + 2.73.6 @@ -35,7 +35,7 @@ commons-io commons-io - 2.16.0 + 2.16.1 @@ -47,7 +47,7 @@ org.apache.commons commons-compress - 1.26.1 + 1.26.2 test @@ -61,7 +61,7 @@ org.bouncycastle bcpg-lts8on - 2.73.5 + 2.73.6 test @@ -78,7 +78,7 @@ com.github.siom79.japicmp japicmp-maven-plugin - 0.18.5 + 0.21.2 verify @@ -116,7 +116,7 @@ maven-jar-plugin - 3.3.0 + 3.4.1 diff --git a/jsign-maven-plugin/pom.xml b/jsign-maven-plugin/pom.xml index 0e1a0fe1..6c70a365 100644 --- a/jsign-maven-plugin/pom.xml +++ b/jsign-maven-plugin/pom.xml @@ -43,14 +43,14 @@ org.apache.maven.plugin-tools maven-plugin-annotations - 3.5 + 3.13.0 provided org.apache.maven.plugin-testing maven-plugin-testing-harness - 3.3.0 + 4.0.0-alpha-2 test @@ -70,7 +70,7 @@ org.apache.maven.shared file-management - 3.0.0 + 3.1.0 @@ -79,7 +79,7 @@ org.apache.maven.plugins maven-plugin-plugin - 3.6.1 + 3.13.0 generated-helpmojo @@ -92,7 +92,7 @@ org.apache.maven.plugins maven-antrun-plugin - 3.0.0 + 3.1.0 copy-ant-test-resources-from-jsign-core diff --git a/jsign/pom.xml b/jsign/pom.xml index f94c4475..007dfbcd 100644 --- a/jsign/pom.xml +++ b/jsign/pom.xml @@ -57,7 +57,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 jacoco-report @@ -203,14 +203,14 @@ com.guardsquare proguard-core - 9.1.1 + 9.1.4 com.github.siom79.japicmp japicmp-maven-plugin - 0.18.5 + 0.21.2 verify diff --git a/pom.xml b/pom.xml index 54b7314a..4c2c2693 100644 --- a/pom.xml +++ b/pom.xml @@ -83,14 +83,14 @@ net.bytebuddy byte-buddy-agent - 1.14.9 + 1.14.16 test net.bytebuddy byte-buddy - 1.14.9 + 1.14.16 test @@ -101,12 +101,12 @@ org.apache.maven.plugins maven-jar-plugin - 3.3.0 + 3.4.1 org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 prepare-jacoco-agent @@ -162,12 +162,12 @@ org.apache.maven.plugins maven-deploy-plugin - 3.1.1 + 3.1.2 org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 org.eluder.coveralls @@ -366,7 +366,7 @@ com.github.spotbugs spotbugs-maven-plugin - 4.8.3.1 + 4.8.5.0