Skip to content

Commit 008fc3c

Browse files
Bump kotlinx-serialization-json from 1.3.2 to 1.3.3
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.2 to 1.3.3. - [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.2...v1.3.3) --- 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 b3bcb12 commit 008fc3c

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
@@ -41,7 +41,7 @@ kotlin {
4141
dependencies {
4242
implementation(kotlin("stdlib-common"))
4343
implementation("org.jetbrains.kotlinx:kotlinx-datetime:0.3.3")
44-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
44+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
4545
}
4646
}
4747
val commonTest by getting {

0 commit comments

Comments
 (0)