From cded721fa4dc1e56fdea86d022478303aac9cf47 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 15:54:10 +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.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.8.21...v1.9.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/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 cb6427352a..449900b24f 100644 --- a/data-prepper-plugins/s3-sink/build.gradle +++ b/data-prepper-plugins/s3-sink/build.gradle @@ -22,7 +22,7 @@ dependencies { implementation libs.hadoop.common implementation 'org.apache.parquet:parquet-avro:1.13.1' implementation 'software.amazon.awssdk:apache-client' - implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21' + implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.21' implementation libs.commons.lang3 testImplementation project(':data-prepper-test-common') testImplementation project(':data-prepper-plugins:parquet-codecs')