From d04067db7e3aeb4731e5180583df67cfd3f7a606 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Sat, 13 Apr 2024 14:05:41 +0200 Subject: [PATCH] deps: update build and test dependencies Test dependencies: * commons-io:commons-io 2.16.1 * nl.jqno.equalsverifier:equalsverifier 3.16.1 * org.wiremock:wiremock 3.5.2 Maven plugins: * dependency-check-maven 9.1.0 * jacoco-maven-plugin 0.8.12 * maven-compiler-plugin 3.13.0 * maven-gpg-plugin 3.2.3 * maven-source-plugin 3.3.1 --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 56fc7c8..a388894 100644 --- a/pom.xml +++ b/pom.xml @@ -78,19 +78,19 @@ org.wiremock wiremock - 3.4.2 + 3.5.2 test commons-io commons-io - 2.15.1 + 2.16.1 test nl.jqno.equalsverifier equalsverifier - 3.16 + 3.16.1 test @@ -107,7 +107,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 11 11 @@ -159,7 +159,7 @@ org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 org.apache.maven.plugins @@ -182,7 +182,7 @@ org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 org.sonarsource.scanner.maven @@ -251,7 +251,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.1 + 3.2.3 sign-artifacts @@ -322,7 +322,7 @@ org.owasp dependency-check-maven - 9.0.10 + 9.1.0 ${env.NVD_API_KEY} ${env.NVD_DATAFEED_URL}