From 1527ed6fa863e6bfd00ff62ca072615522afe2f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Jun 2024 07:23:29 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-serialization-json in /prime-router Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) 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](https://github.com/Kotlin/kotlinx.serialization/compare/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 ... Signed-off-by: dependabot[bot] --- prime-router/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/prime-router/build.gradle.kts b/prime-router/build.gradle.kts index 1cc48cdc160..e771a03fbe4 100644 --- a/prime-router/build.gradle.kts +++ b/prime-router/build.gradle.kts @@ -929,7 +929,7 @@ dependencies { // TODO: move this to a test dependency when CompareFhirData lives under src/test implementation("com.flipkart.zjsonpatch:zjsonpatch:0.4.16") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.6.3") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.7.0") implementation("gov.nist:hl7-v2-validation:1.6.5") { // These conflict with the javax.xml.transform package available in the base JDK and need to be excluded