Skip to content

Commit 313ea13

Browse files
authored
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.7.3 (#38)
2 parents e186cf8 + 11c7d13 commit 313ea13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

+1-1
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.7.2"
36+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
3737
}
3838
} else if (it.name == 'atplug-test-harness') {
3939
ext.maven_name='AtPlug test harness'

0 commit comments

Comments
 (0)