Skip to content

Commit

Permalink
Bump commons-io:commons-io from 2.15.1 to 2.16.0
Browse files Browse the repository at this point in the history
Bumps commons-io:commons-io from 2.15.1 to 2.16.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 Mar 29, 2024
1 parent 01ed278 commit 723b1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
exclude(module: 'opus-java')
}
implementation group: 'club.minnced', name: 'discord-webhooks', version: '0.8.4'
implementation group: 'commons-io', name: 'commons-io', version: '2.15.1'
implementation group: 'commons-io', name: 'commons-io', version: '2.16.0'
implementation group: 'commons-lang', name: 'commons-lang', version: '2.6'
implementation group: 'com.mashape.unirest', name: 'unirest-java', version: '1.4.9'
implementation group: 'com.github.rainestormee', name: 'jda-command', version: '1.1.5'
Expand Down

0 comments on commit 723b1b3

Please sign in to comment.