Skip to content

dependency: Update dependency net.dv8tion:JDA to v6.3.1#242

Merged
Jakubk15 merged 1 commit intomasterfrom
renovate/net.dv8tion-jda-6.3.x
Feb 20, 2026
Merged

dependency: Update dependency net.dv8tion:JDA to v6.3.1#242
Jakubk15 merged 1 commit intomasterfrom
renovate/net.dv8tion-jda-6.3.x

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Feb 15, 2026

This PR contains the following updates:

Package Change Age Confidence
net.dv8tion:JDA 6.3.06.3.1 age confidence

Release Notes

discord-jda/JDA (net.dv8tion:JDA)

v6.3.1

Overview

This is primarily a bug fix release, but also includes a minor breaking change for emojis.

Enable users to choose the requested format of assets (#​3009)

Most methods, that previously returned ImageProxy or an image URL, now support passing ImageFormat to choose a different format. This enables users to easily switch from PNG to WEBP or other formats.

Additionally, most of the template strings used to create image URLs, such as User.AVATAR_URL, have been deprecated in favor of the new DiscordAssets utility class. You can use DiscordAssets.userAvatar(ImageFormat.PNG, userId, avatarId) to get an ImageProxy instance and use ImageProxy#getUrl to get the respective URL.

[!WARNING]

Breaking Changes

  • CustomEmoji#getImage and CustomEmoji#getImageUrl will now use webp format by default. This is due to API changes which make the gif format unreliable. See #​2999 for details. You can use CustomEmoji#getImage(ImageFormat) to choose a different format, like ImageFormat.PNG or ImageFormat.GIF.

New Features

Bug Fixes

Deprecations

Full Changelog: discord-jda/JDA@v6.3.0...v6.3.1

Installation

Gradle

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

Maven

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

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the 🔄 dependencies Pull requests that update a dependency file label Feb 15, 2026
@renovate renovate bot force-pushed the renovate/net.dv8tion-jda-6.3.x branch from aa106ae to 9d38e68 Compare February 20, 2026 13:25
@Jakubk15 Jakubk15 merged commit 59ea304 into master Feb 20, 2026
1 of 2 checks passed
@Jakubk15 Jakubk15 deleted the renovate/net.dv8tion-jda-6.3.x branch February 20, 2026 13:25
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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant