From 5a75d33f3deb0aee94ba77a58c37923df0f029ea Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Jan 2024 21:24:12 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib-common Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](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-common dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/mapdb-processor-state/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-prepper-plugins/mapdb-processor-state/build.gradle b/data-prepper-plugins/mapdb-processor-state/build.gradle index 36349ccf5b..86ff291102 100644 --- a/data-prepper-plugins/mapdb-processor-state/build.gradle +++ b/data-prepper-plugins/mapdb-processor-state/build.gradle @@ -16,7 +16,7 @@ dependencies { 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-common:1.9.22' testImplementation testLibs.junit.vintage testImplementation project(':data-prepper-plugins:common').sourceSets.test.output testImplementation testLibs.junit.vintage