Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 3510073

Browse files
authoredFeb 17, 2024
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to v1.6.3
1 parent f2d7768 commit 3510073

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
@@ -35,7 +35,7 @@ subprojects {
3535
ext.maven_name = 'AtPlug runtime'
3636
apply plugin: 'kotlinx-serialization'
3737
dependencies {
38-
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
38+
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3"
3939
}
4040
} else if (it.name == 'atplug-test-harness') {
4141
ext.maven_name='AtPlug test harness'

0 commit comments

Comments
 (0)
Please sign in to comment.