From 390dac92db847860b2c567de48a8c55298e9e182 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 1 Dec 2022 23:02:39 +0000 Subject: [PATCH] Bump kotlin-stdlib-common in /data-prepper-plugins/mapdb-prepper-state Bumps [kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.7.10 to 1.7.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.7.10...v1.7.22) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/mapdb-prepper-state/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-prepper-plugins/mapdb-prepper-state/build.gradle b/data-prepper-plugins/mapdb-prepper-state/build.gradle index 0c6e7aa970..ad20623fc4 100644 --- a/data-prepper-plugins/mapdb-prepper-state/build.gradle +++ b/data-prepper-plugins/mapdb-prepper-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.7.22' testImplementation project(':data-prepper-plugins:common').sourceSets.test.output testImplementation 'junit:junit:4.13.2'