Compare commits

..
Author SHA1 Message Date
renovate-bot db6784cd93 Update Gradle to v9 2026-08-18 00:01:57 +00:00
2 changed files with 7 additions and 7 deletions
+6 -6
View File
@@ -90,7 +90,7 @@ repositories {
dependencies {
// Logging
api 'org.slf4j:slf4j-simple:2.0.19'
api 'org.slf4j:slf4j-simple:2.0.18'
// Easy file management
api 'commons-io:commons-io:2.22.0'
@@ -129,10 +129,10 @@ dependencies {
api 'com.google.firebase:firebase-admin:9.10.0'
// Connection Pool
api 'com.mchange:c3p0:0.14.2'
api 'com.mchange:c3p0:0.14.1'
// SQLite
api 'org.xerial:sqlite-jdbc:3.53.4.0'
api 'org.xerial:sqlite-jdbc:3.53.2.1'
// PostgreSQL
api 'org.postgresql:postgresql:42.7.13'
@@ -141,7 +141,7 @@ dependencies {
api 'org.mariadb.jdbc:mariadb-java-client:3.5.10'
// UNIX sockets
api 'com.kohlschutter.junixsocket:junixsocket-core:2.11.1'
api 'com.kohlschutter.junixsocket:junixsocket-core:2.11.0'
// Twilio SDK for SMS
api 'com.twilio.sdk:twilio:10.9.2'
@@ -153,7 +153,7 @@ dependencies {
api 'org.zeroturnaround:zt-exec:1.13.0'
// HTTP server
api 'io.undertow:undertow-core:2.4.3.Final'
api 'io.undertow:undertow-core:2.4.2.Final'
// Command parser for AS interface
api 'commons-cli:commons-cli:1.11.0'
@@ -161,7 +161,7 @@ dependencies {
testImplementation 'junit:junit:4.13.2'
testImplementation 'com.github.tomakehurst:wiremock:3.0.1'
testImplementation 'com.unboundid:unboundid-ldapsdk:7.0.5'
testImplementation 'com.icegreen:greenmail:2.1.14'
testImplementation 'com.icegreen:greenmail:1.6.15'
}
jar {
+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.7.0-all.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME