Skip to content

Commit

Permalink
Merge 5ceafcf into 5c8ea04
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Sep 23, 2024
2 parents 5c8ea04 + 5ceafcf commit b9b96f8
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 b9b96f8

Please sign in to comment.