From 011c418f99717c8d0a1308397f87ebcbf86c3c07 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:25:06 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.8.21 to 1.9.22. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](https://github.com/JetBrains/kotlin/compare/v1.8.21...v1.9.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/mapdb-processor-state/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data-prepper-plugins/mapdb-processor-state/build.gradle b/data-prepper-plugins/mapdb-processor-state/build.gradle index 36349ccf5b..301e68780d 100644 --- a/data-prepper-plugins/mapdb-processor-state/build.gradle +++ b/data-prepper-plugins/mapdb-processor-state/build.gradle @@ -15,8 +15,8 @@ dependencies { implementation project(':data-prepper-api') implementation project(':data-prepper-plugins:common') implementation 'org.mapdb:mapdb:3.0.8' - implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21' - implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22' testImplementation testLibs.junit.vintage testImplementation project(':data-prepper-plugins:common').sourceSets.test.output testImplementation testLibs.junit.vintage