From 91d7a04c3c7c10246ce3757bc508cdeb8af8cc5f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Nov 2024 01:26:39 +0000 Subject: [PATCH] Bump commons-io:commons-io from 2.17.0 to 2.18.0 in /jhdf Bumps commons-io:commons-io from 2.17.0 to 2.18.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- jhdf/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jhdf/build.gradle b/jhdf/build.gradle index 4ab18140..84c38bfe 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.18.1' - testImplementation 'commons-io:commons-io:2.17.0' + testImplementation 'commons-io:commons-io:2.18.0' } test {