Skip to content

Commit 45b8453

Browse files
Bump commons-io:commons-io from 2.19.0 to 2.20.0 (#316)
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.19.0 to 2.20.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.19.0...rel/commons-io-2.20.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.20.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 5c3e22f commit 45b8453

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ dependencies {
4545
api "org.apache.poi:poi:$poiVersion"
4646
api "org.apache.poi:poi-ooxml:$poiVersion"
4747
implementation "org.slf4j:slf4j-api:$slf4jVersion"
48-
implementation 'commons-io:commons-io:2.19.0'
48+
implementation 'commons-io:commons-io:2.20.0'
4949
implementation 'org.apache.commons:commons-compress:1.27.1'
5050
poiSharedStringsImplementation "com.github.pjfanning:poi-shared-strings:$poiSharedStringsVersion"
5151
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)