diff --git a/build.gradle b/build.gradle index 815eeb0..a04942a 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ repositories { } dependencies { - implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.6.0' + implementation group: 'ch.qos.logback', name: 'logback-classic', version: '1.6.1' implementation(group: 'net.dv8tion', name: 'JDA', version:'6.5.0'){ exclude(module: 'opus-java') } @@ -50,7 +50,7 @@ dependencies { implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.2.3' implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.11.0' implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.11.0' - implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.9' + implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.10' implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0' implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0' diff --git a/gradle/wrapper/gradle-wrapper.jar b/gradle/wrapper/gradle-wrapper.jar index b1b8ef5..eddabd2 100644 Binary files a/gradle/wrapper/gradle-wrapper.jar and b/gradle/wrapper/gradle-wrapper.jar differ diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index a9db115..69dd0d0 100644 --- a/gradle/wrapper/gradle-wrapper.properties +++ b/gradle/wrapper/gradle-wrapper.properties @@ -1,6 +1,6 @@ distributionBase=GRADLE_USER_HOME distributionPath=wrapper/dists -distributionUrl=https\://services.gradle.org/distributions/gradle-9.6.1-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.7.0-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500 diff --git a/gradlew b/gradlew index b9bb139..249efbb 100755 --- a/gradlew +++ b/gradlew @@ -20,7 +20,7 @@ ############################################################################## # -# Gradle start up script for POSIX generated by Gradle. +# gradlew start up script for POSIX generated by Gradle. # # Important for running: # @@ -29,7 +29,7 @@ # bash, then to run this script, type that shell name before the whole # command line, like: # -# ksh Gradle +# ksh gradlew # # Busybox and similar reduced shells will NOT work, because this script # requires all of these POSIX shell features: diff --git a/gradlew.bat b/gradlew.bat index aa5f10b..8508ef6 100644 --- a/gradlew.bat +++ b/gradlew.bat @@ -19,7 +19,7 @@ @if "%DEBUG%"=="" @echo off @rem ########################################################################## @rem -@rem Gradle startup script for Windows +@rem gradlew startup script for Windows @rem @rem ########################################################################## @@ -72,7 +72,7 @@ echo location of your Java installation. 1>&2 -@rem Execute Gradle +@rem Execute gradlew @rem endlocal doesn't take effect until after the line is parsed and variables are expanded @rem which allows us to clear the local environment before executing the java command endlocal & "%JAVA_EXE%" %DEFAULT_JVM_OPTS% %JAVA_OPTS% %GRADLE_OPTS% "-Dorg.gradle.appname=%APP_BASE_NAME%" -jar "%APP_HOME%\gradle\wrapper\gradle-wrapper.jar" %* & call :exitWithErrorLevel