aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Ilin <hevav@hevav.dev>2022-12-07 03:04:54 +0300
committerPetr Ilin <hevav@hevav.dev>2022-12-07 03:04:54 +0300
commit9da04f96816968abbecfb4089ca3acd6f31d0897 (patch)
tree9ef978b11dff4a2e78967306b1c805574c9ea2b8
parent6229032bfa9567cee72764ebf0edd8a2351385f4 (diff)
downloadLimboAuth-9da04f96816968abbecfb4089ca3acd6f31d0897.tar.gz
LimboAuth-9da04f96816968abbecfb4089ca3acd6f31d0897.tar.bz2
LimboAuth-9da04f96816968abbecfb4089ca3acd6f31d0897.zip
Update dependencies
-rw-r--r--build.gradle4
1 files changed, 2 insertions, 2 deletions
diff --git a/build.gradle b/build.gradle
index 744d57c..2a25564 100644
--- a/build.gradle
+++ b/build.gradle
@@ -52,8 +52,8 @@ dependencies {
implementation("com.j256.ormlite:ormlite-jdbc:6.1")
implementation("com.h2database:h2:1.4.200")
- implementation("mysql:mysql-connector-java:8.0.29")
- implementation("org.postgresql:postgresql:42.3.5")
+ implementation('mysql:mysql-connector-java:8.0.31')
+ implementation('org.postgresql:postgresql:42.5.1')
implementation("org.bstats:bstats-velocity:3.0.0")
implementation("de.mkammerer:argon2-jvm-nolibs:2.11")