We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a3cf87 commit a2f5407Copy full SHA for a2f5407
data-prepper-plugins/mapdb-processor-state/build.gradle
@@ -14,7 +14,7 @@ dependencies {
14
exclude group: 'net.jpountz.lz4', module: 'lz4'
15
}
16
implementation 'org.lz4:lz4-java:1.8.0'
17
- implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
+ implementation 'org.jetbrains.kotlin:kotlin-stdlib:2.1.10'
18
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23'
19
testImplementation project(':data-prepper-plugins:common').sourceSets.test.output
20
0 commit comments