Skip to content

Commit 2812ec8

Browse files
Bump commons-io:commons-io from 2.20.0 to 2.21.0
Bumps [commons-io:commons-io](https://github.com/apache/commons-io) from 2.20.0 to 2.21.0. - [Changelog](https://github.com/apache/commons-io/blob/master/RELEASE-NOTES.txt) - [Commits](apache/commons-io@rel/commons-io-2.20.0...rel/commons-io-2.21.0) --- updated-dependencies: - dependency-name: commons-io:commons-io dependency-version: 2.21.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 5be4038 commit 2812ec8

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
@@ -217,9 +217,9 @@ tasks.register("cleanMasterSheets", Delete) {
217217
* https://docs.gradle.org/current/userguide/dependency_downgrade_and_exclude.html
218218
*/
219219
dependencies {
220-
implementation group: 'commons-io', name: 'commons-io', version: '2.20.0'
220+
implementation group: 'commons-io', name: 'commons-io', version: '2.21.0'
221221

222-
implementation group: 'commons-io', name: 'commons-io', version:'2.20.0'
222+
implementation group: 'commons-io', name: 'commons-io', version:'2.21.0'
223223

224224
implementation group: 'org.springframework', name: 'spring-web', version:'6.2.12'
225225
implementation group: 'org.springframework', name: 'spring-beans', version:'6.2.12'

0 commit comments

Comments
 (0)