Skip to content

Commit 751e8ab

Browse files
san81simonelbaz
authored andcommitted
Prefer org.lgz4 artifact over at.yawk.lz4 (opensearch-project#6395)
Undo a version change caused by dependabot Signed-off-by: Santhosh Gandhe <1909520+san81@users.noreply.github.com> Signed-off-by: Simon ELBAZ <elbazsimon9@gmail.com>
1 parent f0e135e commit 751e8ab

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ dependencies {
1313
implementation('org.mapdb:mapdb:3.1.0') {
1414
exclude group: 'net.jpountz.lz4', module: 'lz4'
1515
}
16-
implementation 'org.lz4:lz4-java:1.8.1'
16+
implementation 'org.lz4:lz4-java:1.8.0'
1717
implementation 'org.jetbrains.kotlin:kotlin-stdlib:1.8.21'
1818
implementation 'org.jetbrains.kotlin:kotlin-stdlib-common:1.9.23'
1919
testImplementation project(':data-prepper-plugins:common').sourceSets.test.output

0 commit comments

Comments
 (0)