Skip to content

Commit b36ebef

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib from 1.8.20 to 1.8.21 (opensearch-project#2610)
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.8.20 to 1.8.21. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.20...v1.8.21) --- updated-dependencies: - dependency-name: org.jetbrains.kotlin:kotlin-stdlib dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 32cb8b5 commit b36ebef

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

data-prepper-plugins/mapdb-processor-state/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515
implementation project(':data-prepper-api')
1616
implementation project(':data-prepper-plugins:common')
1717
implementation 'org.mapdb:mapdb:3.0.8'
18-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.20'
19-
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.8.20'
18+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
19+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21'
2020
testImplementation testLibs.junit.vintage
2121
testImplementation project(':data-prepper-plugins:common').sourceSets.test.output
2222
testImplementation 'junit:junit:4.13.2'

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ dependencies {
1515
implementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-csv'
1616
implementation 'software.amazon.awssdk:s3'
1717
implementation 'software.amazon.awssdk:sts'
18-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.7.10'
19-
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.7.10'
18+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
19+
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.8.21'
2020
implementation 'org.apache.commons:commons-lang3:3.12.0'
2121
testImplementation project(':data-prepper-test-common')
2222
}

0 commit comments

Comments
 (0)