From 01eb38d36045fed4f425e87df2a4666e192004ff Mon Sep 17 00:00:00 2001 From: Mattrixwv Date: Sat, 11 Jan 2025 12:09:40 -0500 Subject: [PATCH] Update dependencies and plugins --- pom.xml | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/pom.xml b/pom.xml index a29ec36..1e35059 100644 --- a/pom.xml +++ b/pom.xml @@ -26,7 +26,7 @@ com.mattrixwv cipher-stream-java - 1.3.7-SNAPSHOT + 1.3.7 CipherStreamJava A library to encrypt and decrypt simple ciphers @@ -61,7 +61,7 @@ com.mattrixwv matrix - 1.2.0 + 1.2.1 @@ -74,35 +74,35 @@ org.junit.jupiter junit-jupiter-api - 5.10.3 + 5.11.4 test org.junit.jupiter junit-jupiter-params - 5.10.3 + 5.11.4 test org.mockito mockito-core - 5.12.0 + 5.15.2 test org.mockito mockito-junit-jupiter - 5.12.0 + 5.15.2 test org.simplify4u slf4j2-mock - 2.3.0 + 2.4.0 test @@ -152,7 +152,7 @@ maven-surefire-plugin - 3.3.1 + 3.5.2 maven-jar-plugin @@ -160,11 +160,11 @@ maven-install-plugin - 3.1.2 + 3.1.3 maven-deploy-plugin - 3.1.2 + 3.1.3 maven-assembly-plugin @@ -172,16 +172,16 @@ maven-site-plugin - 3.12.1 + 3.21.0 maven-project-info-reports-plugin - 3.6.2 + 3.8.0 org.codehaus.mojo versions-maven-plugin - 2.17.1 + 2.18.0 file://${session.executionRootDirectory}/version-rules.xml @@ -189,13 +189,13 @@ org.apache.maven.plugins maven-dependency-plugin - 3.7.1 + 3.8.1 org.sonarsource.scanner.maven sonar-maven-plugin - 4.0.0.4121 + 5.0.0.4389 org.jacoco @@ -221,7 +221,7 @@ org.owasp dependency-check-maven - 10.0.3 + 12.0.0 none @@ -243,7 +243,7 @@ org.sonatype.central central-publishing-maven-plugin - 0.5.0 + 0.7.0 true ossrh @@ -258,7 +258,7 @@ ossrh https://s01.oss.sonatype.org/ - true + true @@ -279,7 +279,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.8.0 + 3.11.2 attach-javadocs @@ -293,7 +293,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.2.4 + 3.2.7 sign-artifacts