From 09b75681e2e87ac0f47c06429c56a7507fae16b0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Aug 2022 12:05:45 +0000 Subject: [PATCH] Bump kotlinx-serialization-json from 1.3.2 to 1.4.0 Bumps [kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.3.2 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](https://github.com/Kotlin/kotlinx.serialization/compare/v1.3.2...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] --- build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle.kts b/build.gradle.kts index 34fa6539..8a1578f0 100644 --- a/build.gradle.kts +++ b/build.gradle.kts @@ -43,7 +43,7 @@ dependencies { implementation("com.github.ajalt.clikt:clikt:3.4.1") implementation("org.xerial:sqlite-jdbc:3.36.0.3") implementation("org.jetbrains.exposed:exposed:0.17.14") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.3.2") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.4.0") implementation("org.eclipse.jgit:org.eclipse.jgit:6.1.0.202203080745-r") implementation("org.jetbrains.kotlinx:kotlinx-coroutines-core:1.6.1-native-mt") implementation("jaxen:jaxen:1.2.0")