Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.16.0 to 2.16.1
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.16.0 to 2.16.1.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and asolntsev committed Apr 9, 2024
1 parent d573b44 commit ee09bb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ dependencies {
api('commons-codec:commons-codec:1.16.1') {transitive = false}
api('org.apache.commons:commons-email:1.6.0') {transitive = false}
api('commons-fileupload:commons-fileupload:1.5.0.redhat-00001')
api('commons-io:commons-io:2.16.0')
api('commons-io:commons-io:2.16.1')
implementation("org.apache.commons:commons-lang3:$commonsLangVersion")
implementation "org.apache.commons:commons-text:$commonsTextVersion"
implementation 'com.github.f4b6a3:ulid-creator:5.2.3'
Expand Down

0 comments on commit ee09bb5

Please sign in to comment.