Skip to content

Commit 9d5c975

Browse files
fix(deps): update all non-major dependencies
1 parent 20e3776 commit 9d5c975

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.gradle

+3-3
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ 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.2'
51-
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.10.1'
51+
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-coroutines-core', version: '1.10.2'
5252
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.8.1'
5353
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.3'
54-
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.60.0'
55-
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.60.0'
54+
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '0.61.0'
55+
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
5656

5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.12.1'
5858
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher'

0 commit comments

Comments
 (0)