Skip to content

Commit abcb3a2

Browse files
authored
Match version of zstd-jni from core (#2832)
* Match version of zstd-jni from core Signed-off-by: Craig Perkins <cwperx@amazon.com> * Add zstd version from core to force resolutions section Signed-off-by: Craig Perkins <cwperx@amazon.com> --------- Signed-off-by: Craig Perkins <cwperx@amazon.com>
1 parent 76a5d7f commit abcb3a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -338,6 +338,7 @@ configurations {
338338
force "io.netty:netty-transport:${versions.netty}"
339339
force "io.netty:netty-transport-native-unix-common:${versions.netty}"
340340
force "org.apache.bcel:bcel:6.6.0" // This line should be removed once Spotbugs is upgraded to 4.7.4
341+
force "com.github.luben:zstd-jni:${versions.zstd}"
341342
}
342343
}
343344

@@ -460,7 +461,7 @@ dependencies {
460461
runtimeOnly 'com.fasterxml.woodstox:woodstox-core:6.4.0'
461462
runtimeOnly 'org.apache.ws.xmlschema:xmlschema-core:2.2.5'
462463
runtimeOnly 'org.apache.santuario:xmlsec:2.2.3'
463-
runtimeOnly 'com.github.luben:zstd-jni:1.5.2-1'
464+
runtimeOnly "com.github.luben:zstd-jni:${versions.zstd}"
464465
runtimeOnly 'org.checkerframework:checker-qual:3.5.0'
465466
runtimeOnly "org.bouncycastle:bcpkix-jdk15on:${versions.bouncycastle}"
466467

0 commit comments

Comments
 (0)