From b32935fde4a90ebf622035261910fcacc49cc367 Mon Sep 17 00:00:00 2001 From: Alexander Brandes Date: Sat, 17 Jun 2023 21:36:57 +0200 Subject: [PATCH] Update dependencies for Java 21 compatibility --- pom.xml | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/pom.xml b/pom.xml index e55e5cf..ea18cea 100644 --- a/pom.xml +++ b/pom.xml @@ -57,7 +57,7 @@ org.apache.groovy groovy-xml - 4.0.6 + 4.0.12 org.apache.maven @@ -91,17 +91,17 @@ org.apache.maven.plugins maven-compiler-plugin - 3.10.1 + 3.11.0 org.apache.maven.plugins maven-javadoc-plugin - 3.4.1 + 3.5.0 org.apache.maven.plugins maven-source-plugin - 3.2.1 + 3.3.0 @@ -133,7 +133,7 @@ org.apache.maven.plugins maven-release-plugin - 3.0.0-M6 + 3.0.1 false cloudbees-release @@ -209,7 +209,7 @@ org.apache.maven.plugins maven-gpg-plugin - 3.0.1 + 3.1.0 sign-artifacts