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.1
  • Loading branch information
renovate[bot] authored and mergify[bot] committed Jul 2, 2024
1 parent f69ad6f commit bab98b6
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 @@ -313,7 +313,7 @@ dependencies {

implementation(kotlin("reflect", kotlinVersion))
implementation(kotlin("stdlib-jdk8", kotlinVersion))
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.1")

// jte dependencies
jteGenerate("gg.jte:jte-models:$jteVersion")
Expand Down

0 comments on commit bab98b6

Please sign in to comment.