From 972f0411ad8426fcf9a22df348f59c211c10b925 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Nov 2024 02:29:38 +0000 Subject: [PATCH] Bump org.jetbrains.kotlin:kotlin-stdlib-common Bumps [org.jetbrains.kotlin:kotlin-stdlib-common](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.0.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.9.22...v2.0.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib-common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- data-prepper-plugins/s3-sink/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/data-prepper-plugins/s3-sink/build.gradle b/data-prepper-plugins/s3-sink/build.gradle index 8dd6b5783d..e6c6e7154c 100644 --- a/data-prepper-plugins/s3-sink/build.gradle +++ b/data-prepper-plugins/s3-sink/build.gradle @@ -28,7 +28,7 @@ dependencies { } implementation libs.parquet.avro implementation 'software.amazon.awssdk:apache-client' - implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:2.0.21' implementation libs.commons.lang3 testImplementation project(':data-prepper-test-common') testImplementation project(':data-prepper-plugins:parquet-codecs')