Skip to content

Commit 4ad60a6

Browse files
chore(deps): bump org.jetbrains.kotlinx:kotlinx-serialization-json (#702)
Bumps the github group with 1 update: [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization). Updates `org.jetbrains.kotlinx:kotlinx-serialization-json` from 1.6.3 to 1.7.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.6.3...v1.7.0) --- updated-dependencies: - dependency-name: org.jetbrains.kotlinx:kotlinx-serialization-json dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4aab3a5 commit 4ad60a6

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
@@ -66,7 +66,7 @@ dependencies {
6666
implementation("com.fasterxml.jackson.module:jackson-module-kotlin:$jacksonVersion")
6767
implementation("org.freemarker:freemarker:$freemarkerVersion")
6868
implementation("org.bouncycastle:bcpkix-jdk18on:$bouncyCastleVersion")
69-
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3")
69+
implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0")
7070
testImplementation("org.assertj:assertj-core:$assertjVersion")
7171
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitJupiterVersion")
7272
testImplementation("org.junit.jupiter:junit-jupiter-params:$junitJupiterVersion")

0 commit comments

Comments
 (0)