Skip to content

Commit 6febd3c

Browse files
Bump commons-io:commons-io from 2.20.0 to 2.21.0 (#7487)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d264348 commit 6febd3c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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)