Skip to content

Commit

Permalink
Merge pull request #623 from jamesmudd/dependabot/gradle/jhdf/commons…
Browse files Browse the repository at this point in the history
…-io-commons-io-2.17.0

Bump commons-io:commons-io from 2.16.1 to 2.17.0 in /jhdf
  • Loading branch information
jamesmudd authored Sep 25, 2024
2 parents ac7b13f + 87fabef commit bd611b1
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 bd611b1

Please sign in to comment.