diff --git a/jhdf/build.gradle b/jhdf/build.gradle index 8ed4382d..1abe4183 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -67,7 +67,7 @@ dependencies { // Alternative bitshuffle impl to check results against testImplementation 'org.xerial.snappy:snappy-java:1.1.10.5' // For parsing h5dump XML output - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.1' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2' testImplementation 'commons-io:commons-io:2.16.1' }