Skip to content

Commit

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

Bump commons-io:commons-io from 2.17.0 to 2.18.0 in /jhdf
  • Loading branch information
jamesmudd authored Nov 20, 2024
2 parents 4f85e2d + 91d7a04 commit a064b24
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.18.1'
testImplementation 'commons-io:commons-io:2.17.0'
testImplementation 'commons-io:commons-io:2.18.0'
}

test {
Expand Down

0 comments on commit a064b24

Please sign in to comment.