Skip to content

Commit 6a720c0

Browse files
Bump kotlinx-serialization-json from 1.3.0 to 1.3.1
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.0 to 1.3.1. - [Release notes](https://github.com/Kotlin/kotlinx.serialization/releases) - [Changelog](https://github.com/Kotlin/kotlinx.serialization/blob/master/CHANGELOG.md) - [Commits](Kotlin/kotlinx.serialization@v1.3.0...v1.3.1) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a185449 commit 6a720c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ kotlin {
3939
dependencies {
4040
implementation(kotlin("stdlib-common"))
4141
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.1")
42-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.0")
42+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.1")
4343
}
4444
}
4545
val commonTest by getting {

0 commit comments

Comments
 (0)