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.1
  • Loading branch information
renovate[bot] authored Jun 25, 2024
1 parent f2d7768 commit dbd88ab
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 @@ -35,7 +35,7 @@ subprojects {
ext.maven_name = 'AtPlug runtime'
apply plugin: 'kotlinx-serialization'
dependencies {
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0"
implementation "org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1"
}
} else if (it.name == 'atplug-test-harness') {
ext.maven_name='AtPlug test harness'
Expand Down

0 comments on commit dbd88ab

Please sign in to comment.