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