Skip to content

Commit 0c168f7

Browse files
fix(deps): update dependency org.jetbrains.exposed:exposed-core to v1
1 parent 25117b8 commit 0c168f7

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
@@ -51,7 +51,7 @@ dependencies {
5151
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.10.0'
5353
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'
54+
implementation group: 'org.jetbrains.exposed', name: 'exposed-core', version: '1.1.1'
5555
implementation group: 'org.jetbrains.exposed', name: 'exposed-jdbc', version: '0.61.0'
5656

5757
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '6.0.3'

0 commit comments

Comments
 (0)