Skip to content

Commit

Permalink
Update dependency org.jetbrains.kotlinx:kotlinx-serialization-json to…
Browse files Browse the repository at this point in the history
… v1.7.3 (#38)
  • Loading branch information
nedtwigg authored Sep 19, 2024
2 parents e186cf8 + 11c7d13 commit 313ea13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ subprojects {
ext.maven_name = 'AtPlug runtime'
apply plugin: 'kotlinx-serialization'
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3"
}
} else if (it.name == 'atplug-test-harness') {
ext.maven_name='AtPlug test harness'
Expand Down

0 comments on commit 313ea13

Please sign in to comment.