Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.16.1 to 2.17.0
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 23, 2024
1 parent 5c8ea04 commit 5ceafcf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ buildscript {
// force to use commons-io:2.11.0 instead of svg2ico-gradle-plugin transitive commons-io (which not includes org.apache.commons.io.FileUtils.copyInputStreamToFile method)
configurations.classpath {
resolutionStrategy {
force 'commons-io:commons-io:2.16.1'
force 'commons-io:commons-io:2.17.0'
}
}
}
Expand Down Expand Up @@ -101,7 +101,7 @@ dependencies {
implementation 'com.fasterxml.jackson.core:jackson-databind:2.17.1'

// https://mvnrepository.com/artifact/commons-io/commons-io
implementation 'commons-io:commons-io:2.16.1'
implementation 'commons-io:commons-io:2.17.0'

// Provide JFontChooser
implementation 'com.rover12421.opensource:JFontChooser:1.0.5-3'
Expand Down

0 comments on commit 5ceafcf

Please sign in to comment.