From 9b6aa91e52e4fd4deb12a339d483df8bee511e44 Mon Sep 17 00:00:00 2001 From: Stefan Kalscheuer Date: Thu, 31 Oct 2024 12:12:47 +0100 Subject: [PATCH] deps: update test dependencies and maven plugins --- pom.xml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/pom.xml b/pom.xml index 9af5ae0..be1dd35 100644 --- a/pom.xml +++ b/pom.xml @@ -60,13 +60,13 @@ org.junit.jupiter junit-jupiter - 5.11.1 + 5.11.3 test org.mockito mockito-core - 5.14.1 + 5.14.2 test @@ -78,7 +78,7 @@ org.wiremock wiremock - 3.9.1 + 3.9.2 test @@ -126,7 +126,7 @@ org.apache.maven.plugins maven-failsafe-plugin - 3.5.0 + 3.5.1 @{argLine} @@ -157,7 +157,7 @@ org.apache.maven.plugins maven-surefire-plugin - 3.5.0 + 3.5.1 @{argLine} @@ -175,7 +175,7 @@ org.cyclonedx cyclonedx-maven-plugin - 2.8.2 + 2.9.0 org.jacoco @@ -225,7 +225,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.10.0 + 3.10.1 11 @@ -343,7 +343,7 @@ org.owasp dependency-check-maven - 10.0.4 + 11.1.0 ${env.NVD_API_KEY} ${env.NVD_DATAFEED_URL}