Skip to content

Commit faed092

Browse files
Bump kotlinx-serialization-json from 1.3.3 to 1.4.0 (#94)
Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.3 to 1.4.0. - [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.3...v1.4.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 247616b commit faed092

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
@@ -46,7 +46,7 @@ dependencies {
4646

4747
implementation("plus.sourceplus:protocol:$projectVersion")
4848

49-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.3")
49+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0")
5050
implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.4")
5151
implementation("org.slf4j:slf4j-api:$slf4jVersion")
5252
implementation("org.slf4j:slf4j-nop:$slf4jVersion")

0 commit comments

Comments
 (0)