Skip to content

Commit 690e46f

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib in /data-prepper-plugins/s3-sink
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.9.22 to 2.3.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.9.22...v2.3.10) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-version: 2.3.10 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d85609 commit 690e46f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

data-prepper-plugins/s3-sink/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'software.amazon.awssdk:s3'
1919
implementation 'software.amazon.awssdk:sts'
2020
implementation 'software.amazon.awssdk:securitylake'
21-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22'
21+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.3.10'
2222
implementation project(':data-prepper-plugins:avro-codecs')
2323
implementation libs.avro.core
2424
implementation(libs.hadoop.common) {
@@ -28,7 +28,7 @@ dependencies {
2828
}
2929
implementation libs.parquet.avro
3030
implementation 'software.amazon.awssdk:apache-client'
31-
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.22'
31+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:2.3.10'
3232
implementation libs.commons.lang3
3333
testImplementation project(':data-prepper-test:test-common')
3434
testImplementation project(':data-prepper-plugins:parquet-codecs')

0 commit comments

Comments
 (0)