Skip to content

Commit

Permalink
chore(deps): bump commons-io:commons-io in /cie-java (#64)
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.11.0 to 2.12.0.

---
updated-dependencies:
- dependency-name: commons-io:commons-io
  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>
  • Loading branch information
dependabot[bot] committed May 22, 2023
1 parent 2045921 commit 2da5cf6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cie-java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ spotless {
dependencies {
// This dependency is used by the application.
implementation fileTree(dir: 'lib', include: ['*.jar'])
implementation 'commons-io:commons-io:2.11.0'
implementation 'commons-io:commons-io:2.12.0'
implementation 'com.dorkbox:ObjectPool:4.2'
implementation 'com.dorkbox:Notify:3.7'
implementation 'com.dorkbox:ShellExecutor:1.1'
Expand Down

0 comments on commit 2da5cf6

Please sign in to comment.