Skip to content

Commit e6247d9

Browse files
Update dependency org.jetbrains.kotlin:kotlin-stdlib to v2.1.0
1 parent 7988d6b commit e6247d9

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
@@ -100,7 +100,7 @@ test {
100100
}
101101

102102
dependencies {
103-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21'
103+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.0'
104104
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-core', version: "2.18.1"
105105
implementation group: 'com.fasterxml.jackson.core', name: 'jackson-databind', version: "2.18.1"
106106
implementation 'com.fasterxml.jackson.module:jackson-module-jsonSchema:2.18.1'

0 commit comments

Comments
 (0)