From d6557fcbf857c1766ebd6b083336c82f6fa1af7d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Sep 2024 01:24:31 +0000 Subject: [PATCH] Bump com.fasterxml.jackson.dataformat:jackson-dataformat-xml in /jhdf Bumps [com.fasterxml.jackson.dataformat:jackson-dataformat-xml](https://github.com/FasterXML/jackson-dataformat-xml) from 2.17.2 to 2.18.0. - [Commits](https://github.com/FasterXML/jackson-dataformat-xml/compare/jackson-dataformat-xml-2.17.2...jackson-dataformat-xml-2.18.0) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.dataformat:jackson-dataformat-xml 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 c9c4fab5..ef0492cc 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.7' // For parsing h5dump XML output - testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.17.2' + testImplementation 'com.fasterxml.jackson.dataformat:jackson-dataformat-xml:2.18.0' testImplementation 'commons-io:commons-io:2.17.0' }