Skip to content

Commit

Permalink
Merge pull request #95 from CubeWhyMC/dependabot/gradle/org.jetbrains…
Browse files Browse the repository at this point in the history
….kotlinx-kotlinx-serialization-json-1.7.3

Bump org.jetbrains.kotlinx:kotlinx-serialization-json from 1.7.2 to 1.7.3
  • Loading branch information
CubeWhy authored Sep 20, 2024
2 parents 43b2e7e + 4af2d2c commit f9e4834
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
implementation("com.google.protobuf:protobuf-kotlin:4.28.2")

implementation("org.jetbrains.kotlin:kotlin-stdlib-jdk8")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.3")

implementation("org.ow2.asm:asm:9.7")
}
Expand Down

0 comments on commit f9e4834

Please sign in to comment.