Skip to content

Commit

Permalink
Bump net.dv8tion:JDA from 5.0.0-beta.17 to 5.0.0-beta.18
Browse files Browse the repository at this point in the history
Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.0.0-beta.17 to 5.0.0-beta.18.
- [Release notes](https://github.com/discord-jda/JDA/releases)
- [Commits](discord-jda/JDA@v5.0.0-beta.17...v5.0.0-beta.18)

---
updated-dependencies:
- dependency-name: net.dv8tion:JDA
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 20, 2023
1 parent 65df886 commit a33d013
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ dependencies {
shadow group: 'commons-io', name: 'commons-io', version: '2.15.0'
shadow group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
shadow group: 'org.apache.httpcomponents', name: 'httpmime', version: '4.5.14'
shadow ('net.dv8tion:JDA:5.0.0-beta.17')
implementation ('net.dv8tion:JDA:5.0.0-beta.17')
shadow ('net.dv8tion:JDA:5.0.0-beta.18')
implementation ('net.dv8tion:JDA:5.0.0-beta.18')
shadow group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.0.0'
implementation group: 'com.thegamecommunity', name:'brigadier', version: 'TGC-1.3.0.0'
shadow group: 'com.mysql', name: 'mysql-connector-j', version: '8.2.0'
Expand Down

0 comments on commit a33d013

Please sign in to comment.