Compare commits

...

9 Commits

2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -126,7 +126,7 @@ dependencies {
api 'com.sun.mail:javax.mail:1.6.2'
// Google Firebase Authentication backend
api 'com.google.firebase:firebase-admin:9.9.0'
api 'com.google.firebase:firebase-admin:9.10.0'
// Connection Pool
api 'com.mchange:c3p0:0.14.1'
@@ -135,7 +135,7 @@ dependencies {
api 'org.xerial:sqlite-jdbc:3.53.2.0'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.11'
api 'org.postgresql:postgresql:42.7.13'
// MariaDB/MySQL
api 'org.mariadb.jdbc:mariadb-java-client:3.5.9'
@@ -150,7 +150,7 @@ dependencies {
api 'com.sendgrid:sendgrid-java:4.10.3'
// ZT-Exec for exec identity store
api 'org.zeroturnaround:zt-exec:1.12'
api 'org.zeroturnaround:zt-exec:1.13.0'
// HTTP server
api 'io.undertow:undertow-core:2.4.2.Final'
+1 -1
View File
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.5-all.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME