Skip to content

Commit e0dfb88

Browse files
fix(deps): update dependency org.jetbrains.exposed:exposed-jdbc to v1
1 parent 1e9c0fc commit e0dfb88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ dependencies {
5252
implementation group: 'org.jetbrains.kotlinx', name: 'kotlinx-serialization-json', version: '1.10.0'
5353
implementation group: 'org.mariadb.jdbc', name: 'mariadb-java-client', version: '3.5.7'
5454
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'
55+
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '1.0.0'
5656

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

0 commit comments

Comments
 (0)