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.5.1
  • Loading branch information
renovate[bot] committed May 28, 2023
1 parent e5fb247 commit 4c79c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ val buildataRuntimeVersion = "0.0.0-SNAPSHOT"

dependencies {
implementation("io.github.virelion:buildata-runtime:$buildataRuntimeVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
implementation("com.fasterxml.jackson.core:jackson-databind:2.13.3")

testImplementation(kotlin("test-junit"))
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ kotlin {
val commonMain by getting {
dependencies {
implementation("io.github.virelion:buildata-runtime:$buildataRuntimeVersion")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1")
}
}

Expand Down

0 comments on commit 4c79c89

Please sign in to comment.