Skip to content

Commit

Permalink
Merge pull request #612 from purrbot-site/dependabot/gradle/commons-i…
Browse files Browse the repository at this point in the history
…o-commons-io-2.16.0

Bump commons-io:commons-io from 2.15.1 to 2.16.0
  • Loading branch information
Andre601 authored Mar 29, 2024
2 parents 01ed278 + 723b1b3 commit 99dac33
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 99dac33

Please sign in to comment.