We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3742f2 commit 3967407Copy full SHA for 3967407
1 file changed
data-prepper-plugins/mapdb-processor-state/build.gradle
@@ -13,7 +13,7 @@ dependencies {
13
implementation('org.mapdb:mapdb:3.1.0') {
14
exclude group: 'net.jpountz.lz4', module: 'lz4'
15
}
16
- implementation 'org.lz4:lz4-java:1.8.1'
+ implementation 'org.lz4:lz4-java:1.8.0'
17
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
18
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23'
19
testImplementation project(':data-prepper-plugins:common').sourceSets.test.output
0 commit comments