Skip to content

Commit cabf73e

Browse files
fix(deps): update all non-major dependencies
1 parent 039ad8c commit cabf73e

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,16 +48,16 @@ dependencies {
4848
implementation group: 'org.spongepowered', name: 'configurate-gson', version: '4.2.0'
4949

5050
implementation group: 'io.codemc.api', name: 'codemc-api', version: '1.2.3'
51-
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.10.2'
51+
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.11.0'
5252
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.11.0'
5353
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.8'
5454
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
5656

57-
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.3'
58-
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.3'
57+
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.1.0'
58+
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.1.0'
5959
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.23.0'
60-
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.0.3'
60+
testRuntimeOnly group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '6.1.0'
6161
}
6262

6363
tasks {

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.5.1-bin.zip
44
networkTimeout=10000
55
retries=0
66
retryBackOffMs=500

0 commit comments

Comments
 (0)