From 2530c2e61e3e2d3eedb6c2f94ae22e6b85479fc1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 May 2023 14:57:54 +0000 Subject: [PATCH] Bump org.jetbrains.kotlinx:kotlinx-serialization-json Bumps [org.jetbrains.kotlinx:kotlinx-serialization-json](https://github.com/Kotlin/kotlinx.serialization) from 1.5.0 to 1.5.1. - [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.5.0...v1.5.1) --- 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] --- example/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/example/build.gradle.kts b/example/build.gradle.kts index c861d69..c2c1f50 100644 --- a/example/build.gradle.kts +++ b/example/build.gradle.kts @@ -17,7 +17,7 @@ dependencies { implementation("com.h2database:h2:2.1.210") implementation("org.postgresql:postgresql:${Versions.postgresDriver}") implementation("org.flywaydb:flyway-core:9.16.1") - implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.0") + implementation("org.jetbrains.kotlinx:kotlinx-serialization-json:1.5.1") testImplementation("org.junit.jupiter:junit-jupiter:${Versions.junit}") testImplementation("org.testcontainers:testcontainers:${Versions.testContainers}")