Skip to content

Commit ee04560

Browse files
Bump commons-io:commons-io from 2.18.0 to 2.19.0
Bumps commons-io:commons-io from 2.18.0 to 2.19.0. --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5373d6e commit ee04560

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ buildscript {
1717
// 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)
1818
configurations.classpath {
1919
resolutionStrategy {
20-
force 'commons-io:commons-io:2.18.0'
20+
force 'commons-io:commons-io:2.19.0'
2121
}
2222
}
2323
}
@@ -101,7 +101,7 @@ dependencies {
101101
implementation 'com.fasterxml.jackson.core:jackson-databind:2.18.2'
102102

103103
// https://mvnrepository.com/artifact/commons-io/commons-io
104-
implementation 'commons-io:commons-io:2.18.0'
104+
implementation 'commons-io:commons-io:2.19.0'
105105

106106
// Provide JFontChooser
107107
implementation 'com.rover12421.opensource:JFontChooser:1.0.5-3'

0 commit comments

Comments
 (0)