Skip to content

Bump the java-deps group across 1 directory with 2 updates#321

Open
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/maven/dev/java-deps-cc7fa37950
Open

Bump the java-deps group across 1 directory with 2 updates#321
dependabot[bot] wants to merge 1 commit intodevfrom
dependabot/maven/dev/java-deps-cc7fa37950

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Mar 30, 2026

Bumps the java-deps group with 2 updates in the / directory: net.dv8tion:JDA and club.minnced:jdave-api.

Updates net.dv8tion:JDA from 6.3.2 to 6.4.0

Release notes

Sourced from net.dv8tion:JDA's releases.

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")
                                .addOption("I found it online", "online")
                                .addOption("Other", "other")
                                .build()),
                Label.of(
                        "Server Rules",
                        CheckboxGroup.create("checkbox-group")
                                .addOption(
                                        "I've read the server rules and agree to follow them.", "rule-checkbox")
                                .setMinValues(1)
                                .build()))
        .build();

When a user submits a modal with a checkbox group, the selected values can be accessed in the ModalInteractionEvent with getValue(groupId).getAsStringList() and radio groups using getValue(groupId).getAsString().

New Features

Changes

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

... (truncated)

Commits
  • 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)
  • 5c413a6 Fix Opus frame sleep time calculation in DefaultSendFactory (#3056)
  • f30643f Document requirements of combined/user audio receiving (#3051)
  • dcce8ec Add errorprone for static code analysis (#3011)
  • 05be53b Add checkboxes, checkbox groups and radio groups (#3010)
  • Additional commits viewable in compare view

Updates club.minnced:jdave-api from 0.1.7 to 0.1.8

Commits

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
net.dv8tion:JDA [>= 6.0.a0, < 6.0.999999]
net.dv8tion:JDA [>= 6.3.a0, < 6.4]

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 <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

Bumps the java-deps group with 2 updates in the / directory: [net.dv8tion:JDA](https://github.com/discord-jda/JDA) and [club.minnced:jdave-api](https://github.com/MinnDevelopment/jdave).


Updates `net.dv8tion:JDA` from 6.3.2 to 6.4.0
- [Release notes](https://github.com/discord-jda/JDA/releases)
- [Commits](discord-jda/JDA@v6.3.2...v6.4.0)

Updates `club.minnced:jdave-api` from 0.1.7 to 0.1.8
- [Commits](https://github.com/MinnDevelopment/jdave/commits)

---
updated-dependencies:
- dependency-name: net.dv8tion:JDA
  dependency-version: 6.4.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: java-deps
- dependency-name: club.minnced:jdave-api
  dependency-version: 0.1.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: java-deps
...

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 Mar 30, 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