Skip to content

Commit

Permalink
Bump org.jetbrains.kotlin:kotlin-stdlib in /data-prepper-plugins/s3-sink
Browse files Browse the repository at this point in the history
Bumps [org.jetbrains.kotlin:kotlin-stdlib](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](JetBrains/kotlin@v1.9.22...v2.0.21)

---
updated-dependencies:
- dependency-name: org.jetbrains.kotlin:kotlin-stdlib
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 1, 2024
1 parent 5108528 commit 404d1b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions data-prepper-plugins/s3-sink/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {
implementation 'software.amazon.awssdk:s3'
implementation 'software.amazon.awssdk:sts'
implementation 'software.amazon.awssdk:securitylake'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.9.22'
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.0.21'
implementation project(':data-prepper-plugins:avro-codecs')
implementation libs.avro.core
implementation(libs.hadoop.common) {
Expand All @@ -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')
Expand Down

0 comments on commit 404d1b9

Please sign in to comment.