Skip to content

Bump net.dv8tion:JDA from 5.6.1 to 6.4.1#89

Open
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/net.dv8tion-JDA-6.4.1
Open

Bump net.dv8tion:JDA from 5.6.1 to 6.4.1#89
dependabot[bot] wants to merge 1 commit intomasterfrom
dependabot/gradle/net.dv8tion-JDA-6.4.1

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Apr 8, 2026

Bumps net.dv8tion:JDA from 5.6.1 to 6.4.1.

Release notes

Sourced from net.dv8tion:JDA's releases.

v6.4.1

Bug Fixes

Full Changelog: discord-jda/JDA@v6.4.0...v6.4.1

Installation

Gradle

repositories {
    mavenCentral()
}
dependencies {
    implementation("net.dv8tion:JDA:6.4.1")
}

Maven

<dependency>
    <groupId>net.dv8tion</groupId>
    <artifactId>JDA</artifactId>
    <version>6.4.1</version> 
</dependency>

v6.4.0

Overview

This release adds support for new checkbox and radio groups in modals as well as support for voice channel effects and soundboards.

[!WARNING] All animated assets now use .webp by default instead of .gif.

Checkboxes and Radio Groups (#3010)

You can now include checkboxes and radio groups in your modals:

Modal.create("modal", "Welcome Screening")
        .addComponents(
                Label.of(
                        "How did you find this server?",
                        RadioGroup.create("radio")
                                .addOption("I was told by a friend", "friend")
</tr></table> 

... (truncated)

Commits
  • 2cda370 Bump version to 6.4.1 (#3075)
  • c3f4eb4 Fix copy paste error in Mentions#getMembers (#3072)
  • c5951e2 Fix getCommandType reading value of interaction type instead of command typ...
  • 230ed33 Fixed CheckboxGroup.Builder.setRequiredRange() incorrectly setting min and ...
  • 7c09b43 Bump version to 6.4.0 (#3063)
  • 04fda65 Update dependencies (#3062)
  • 33cc127 Alternatively check for CREATE_* permissions when managing/deleting our own...
  • 9c6a7be Prevent warning about message content intent if message contains content (#3053)
  • 817635f Add getJumpUrl for all channel types (#3055)
  • b2b679c Add soundboard sounds (#2753)
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.6.1 to 6.4.1.
- [Release notes](https://github.com/discord-jda/JDA/releases)
- [Commits](discord-jda/JDA@v5.6.1...v6.4.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Apr 8, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file java Pull requests that update java code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants