From cabf73e7413d3e26f646b103fdf1606d0bf3db1b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 23:57:35 +0000 Subject: [PATCH] fix(deps): update all non-major dependencies --- build.gradle | 8 ++++---- gradle/wrapper/gradle-wrapper.properties | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/build.gradle b/build.gradle index 96f5ee5..b762b58 100644 --- a/build.gradle +++ b/build.gradle @@ -48,16 +48,16 @@ dependencies { implementation group: 'org.spongepowered', name: 'configurate-gson', version: '4.2.0' implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.2.3' - implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.10.2' + 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.8' implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0' implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0' - testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.3' - testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.3' + testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0' + testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.1.0' testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.23.0' - testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.3' + testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0' } tasks { diff --git a/gradle/wrapper/gradle-wrapper.properties b/gradle/wrapper/gradle-wrapper.properties index b52fb7e..df6a6ad 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.5.0-bin.zip +distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip networkTimeout=10000 retries=0 retryBackOffMs=500