Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /jhdf
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.16.1 to 2.17.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Sep 19, 2024
1 parent 9f102a8 commit c57d2c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jhdf/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit c57d2c3

Please sign in to comment.