Skip to content

Commit a2f5407

Browse files
Bump org.jetbrains.kotlin:kotlin-stdlib
Bumps [org.jetbrains.kotlin:kotlin-stdlib](https://github.com/JetBrains/kotlin) from 1.8.21 to 2.1.10. - [Release notes](https://github.com/JetBrains/kotlin/releases) - [Changelog](https://github.com/JetBrains/kotlin/blob/master/ChangeLog.md) - [Commits](JetBrains/kotlin@v1.8.21...v2.1.10) --- 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]>
1 parent 7a3cf87 commit a2f5407

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
exclude group: 'net.jpountz.lz4', module: 'lz4'
1515
}
1616
implementation 'org.lz4:lz4-java:1.8.0'
17-
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
17+
implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.10'
1818
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23'
1919
testImplementation project(':data-prepper-plugins:common').sourceSets.test.output
2020
}

0 commit comments

Comments
 (0)