Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 3, 2025

Bumps net.dv8tion:JDA from 5.6.1 to 6.1.1.

Release notes

Sourced from net.dv8tion:JDA's releases.

v6.1.1

New Features

Bug Fixes

Full Changelog: discord-jda/JDA@v6.1.0...v6.1.1

Installation

Gradle

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

Maven

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

v6.1.0 | Modal File Uploads

Overview

This release primarily adds support for file uploads in modals.

Creating a Modal accepting file uploads

Modal.create("modal-id", "Banner Update")
  .addComponents(Label.of("Banner Image", AttachmentUpload.of("banner-file")))
  .build()

... (truncated)

Commits
  • 7d465e5 Bump version to 6.1.1 (#2956)
  • ea64860 Add check for valid interface types on ChannelCacheView#ofType (#2955)
  • 33545ef Clean up build constant conditions (#2943)
  • 87711f8 Fix emtpy edit message builders (#2953)
  • 6756cba Add gradle task to verify bytecode version of compiled classes (#2954)
  • b8b005b Implement Reading/Writing System Channel Flags (#2928)
  • 357d839 Fix some minor issues in message history docs (#2951)
  • 26d1fbc docs(AuditLogKey): correct expected type for MEMBER_ROLES_ADD/REMOVE (#2940)
  • 41fd7c4 Remove internal class call and replace with local version (#2944)
  • 726ef9d Fix ModalMapping::getAsAttachmentList if no attachments were submitted (#2941)
  • Additional commits viewable in compare view

Most Recent Ignore Conditions Applied to This Pull Request
Dependency Name Ignore Conditions
net.dv8tion:JDA [>= 6.0.a, < 6.1]

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 merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @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)

@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 3, 2025
@dependabot dependabot bot requested a review from a team as a code owner November 3, 2025 00:03
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update java code labels Nov 3, 2025
Copy link
Member

@Zabuzard Zabuzard left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI fails, looks like api breaking changes

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Nov 24, 2025

A newer version of net.dv8tion:JDA exists, but since this PR has been edited by someone other than Dependabot I haven't updated it. You'll get a PR for the updated version as normal once this PR is merged.

dependabot bot and others added 3 commits November 25, 2025 10:06
Bumps [net.dv8tion:JDA](https://github.com/discord-jda/JDA) from 5.6.1 to 6.1.1.
- [Release notes](https://github.com/discord-jda/JDA/releases)
- [Commits](discord-jda/JDA@v5.6.1...v6.1.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
@SquidXTV SquidXTV force-pushed the dependabot/gradle/net.dv8tion-JDA-6.1.1 branch from b1601b4 to 3b1f1ed Compare November 25, 2025 11:33
@sonarqubecloud
Copy link

@SquidXTV SquidXTV marked this pull request as draft November 25, 2025 11:41
@SquidXTV
Copy link
Member

Converted to draft for now because bot isn't working and doesn't respond to /ping yet

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.

3 participants