Skip to content

Commit a7bdcf9

Browse files
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.9.0
1 parent f4afe91 commit a7bdcf9

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
@@ -33,7 +33,7 @@ subprojects {
3333
ext.maven_name = 'AtPlug runtime'
3434
apply plugin: 'kotlinx-serialization'
3535
dependencies {
36-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.8.1"
36+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.9.0"
3737
}
3838
} else if (it.name == 'atplug-test-harness') {
3939
ext.maven_name='AtPlug test harness'

0 commit comments

Comments
 (0)