Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Bump net.dv8tion:JDA from 5.5.1 to 5.6.1
Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.5.1 to 5.6.1.
- [Release notes](https://github.com/discord-jda/JDA/releases)
- [Commits](discord-jda/JDA@v5.5.1...v5.6.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Jun 17, 2025
commit a5ea105dccce60d634bca276d9df63ea734bce92
2 changes: 1 addition & 1 deletion application/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
implementation project(':utils')
implementation project(':formatter')

implementation 'net.dv8tion:JDA:5.5.1'
implementation 'net.dv8tion:JDA:5.6.1'

implementation 'org.apache.logging.log4j:log4j-core:2.25.0'
runtimeOnly 'org.apache.logging.log4j:log4j-slf4j18-impl:2.18.0'
Expand Down
Loading