From 980e40af65fc9b5c13045722e6e54f6b1dd4427c Mon Sep 17 00:00:00 2001 From: Willem Date: Mon, 14 Jul 2025 11:45:22 +0200 Subject: [PATCH] Prepare of dep update versions --- pom.xml | 77 +++++++++++++++++++++++++++++++++++++++++++++++++++++++-- 1 file changed, 75 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 47343f55..b5a8b871 100644 --- a/pom.xml +++ b/pom.xml @@ -476,12 +476,12 @@ org.postgresql postgresql - 42.7.5 + 42.7.7 org.mariadb.jdbc mariadb-java-client - 3.0.8 + 3.5.4 love.distributedrebirth.nx01 @@ -571,6 +571,11 @@ maven-jar-plugin 3.3.0 + + org.codehaus.mojo + versions-maven-plugin + 2.16.2 + @@ -599,5 +604,73 @@ + + mvn-versions-check + + + + org.codehaus.mojo + versions-maven-plugin + + + run-plugin-updates + + display-plugin-updates + + initialize + + target/versions-plugin-updates.txt + ${project.build.sourceEncoding} + + + + run-dependency-updates + + display-dependency-updates + + initialize + + target/versions-dependency-updates.txt + ${project.build.sourceEncoding} + + + + + + org.apache.maven.plugins + maven-antrun-plugin + + + mvn-versions-check + + run + + initialize + + + Loading version output. + + + Checking for plugin updates. + + + + + + Checking for dependency updates. + + + + + + No pending updates found. + + + + + + + + \ No newline at end of file