We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1e9c0fc commit e0dfb88Copy full SHA for e0dfb88
build.gradle
@@ -52,7 +52,7 @@ dependencies {
52
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.10.0'
53
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.7'
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'
+ implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '1.0.0'
56
57
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.2'
58
testImplementation group: 'org.junit.platform', name: 'junit-platform-launcher', version: '6.0.2'
0 commit comments