From d23e39d6756215d980987ada87fecce3d86c1a66 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 May 2023 00:03:40 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib-common from 1.7.10 to 1.8.21 Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.8.21. - [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.7.10...v1.8.21) --- 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 0c6e7aa970..0695253a62 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.7.10' - implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21' testImplementation project(':data-prepper-plugins:common').sourceSets.test.output testImplementation 'junit:junit:4.13.2'