Skip to content

Commit

Permalink
fix(deps): update dependency org.jetbrains.kotlinx:kotlinx-serializat…
Browse files Browse the repository at this point in the history
…ion-json to v1.7.2
  • Loading branch information
renovate[bot] committed Sep 9, 2024
1 parent 8970f78 commit a756d6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin-build/plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ plugins {
dependencies {
implementation(kotlin("stdlib-jdk7"))
implementation(gradleApi())
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
}

java {
Expand Down

0 comments on commit a756d6e

Please sign in to comment.