From 565248685121464fe3768f0c48a64da9d1f6a517 Mon Sep 17 00:00:00 2001 From: ljacqu Date: Sat, 5 Oct 2024 21:15:16 +0200 Subject: [PATCH] Update dependencies --- pom.xml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/pom.xml b/pom.xml index 140b195..a23ecd9 100644 --- a/pom.xml +++ b/pom.xml @@ -65,13 +65,13 @@ org.apache.maven.plugins maven-release-plugin - 3.0.1 + 3.1.1 org.apache.maven.plugins maven-source-plugin - 3.3.0 + 3.3.1 attach-sources @@ -85,7 +85,7 @@ org.apache.maven.plugins maven-javadoc-plugin - 3.6.3 + 3.10.1 attach-javadocs @@ -99,7 +99,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.1.0 + 3.2.7 sign-artifacts @@ -114,7 +114,7 @@ org.sonatype.plugins nexus-staging-maven-plugin - 1.6.13 + 1.7.0 true ossrh @@ -132,7 +132,7 @@ org.apache.maven.plugins maven-compiler-plugin - 3.12.1 + 3.13.0 ${project.jdkVersion} ${project.jdkVersion} @@ -141,12 +141,12 @@ org.apache.maven.plugins maven-surefire-plugin - 3.2.5 + 3.5.0 org.jacoco jacoco-maven-plugin - 0.8.11 + 0.8.12 prepare-agent @@ -163,7 +163,7 @@ org.jetbrains annotations - 24.0.1 + 25.0.0 provided @@ -176,13 +176,13 @@ org.junit.jupiter junit-jupiter - 5.10.2 + 5.11.1 test org.hamcrest hamcrest - 2.2 + 3.0 test