Skip to content

Commit 6b1207a

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 9936828 commit 6b1207a

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
@@ -35,7 +35,7 @@ dependencies {
3535

3636
implementation("com.github.sourceplusplus.protocol:protocol:$projectVersion")
3737

38-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2")
38+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
3939
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1")
4040
implementation("org.slf4j:slf4j-api:$slf4jVersion")
4141
implementation("org.slf4j:slf4j-nop:$slf4jVersion")

0 commit comments

Comments
 (0)