Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and M0Rf30 committed Sep 28, 2024
1 parent 752aefe commit 1cc727a
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.16.1'
implementation 'commons-io:commons-io:2.17.0'
implementation 'com.google.code.gson:gson:2.11.0'
implementation 'net.java.dev.jna:jna:5.15.0'
implementation 'org.apache.pdfbox:pdfbox:3.0.3'
Expand Down

0 comments on commit 1cc727a

Please sign in to comment.