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.2
  • Loading branch information
renovate[bot] authored Aug 29, 2024
1 parent 12ece8e commit 186cd02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion archiver/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ repositories {
dependencies {
implementation("org.ajoberstar.git-publish:gradle-git-publish:3.0.1")
// Attention: kotlinx-serialization-json must be compatible with embeddedKotlinVersion
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.1")
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.2")

testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.0")
testImplementation("com.willowtreeapps.assertk:assertk-jvm:0.25")
Expand Down

0 comments on commit 186cd02

Please sign in to comment.