diff --git a/jhdf/build.gradle b/jhdf/build.gradle index ef608793..ef1aa303 100644 --- a/jhdf/build.gradle +++ b/jhdf/build.gradle @@ -68,7 +68,7 @@ dependencies { testImplementation 'org.xerial.snappy:snappy-java:1.1.10.7' // For parsing h5dump XML output testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2' - testImplementation 'commons-io:commons-io:2.16.1' + testImplementation 'commons-io:commons-io:2.17.0' } test {