diff --git a/jhdf/build.gradle b/jhdf/build.gradle index d691c71d..ac36b634 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -64,7 +64,7 @@ dependencies { // Matchers testImplementation group: 'org.hamcrest', name: 'hamcrest', version: '2.2' // Alternative bitshuffle impl to check results against - testImplementation 'org.xerial.snappy:snappy-java:1.1.10.3' + testImplementation 'org.xerial.snappy:snappy-java:1.1.10.4' } test {