Update dependency net.dv8tion:JDA to v5.6.1 #50

Merged
bea merged 1 commits from renovate/net.dv8tion-jda-5.x into main 2025-11-06 16:15:28 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
net.dv8tion:JDA compile minor 5.5.1 -> 5.6.1

Release Notes

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

v5.6.1

Compare Source

Bug Fixes

Full Changelog: https://github.com/discord-jda/JDA/compare/v5.6.0...v5.6.1

Installation

Gradle

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

Maven

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

v5.6.0: | ApplicationManager and minor improvements

Compare Source

Overview

This release introduces the ApplicationManager, which can be used to update the application's description and other settings through JDA.

New Features

Changes

Bug Fixes

Full Changelog: https://github.com/discord-jda/JDA/compare/v5.5.1...v5.6.0

Installation

Gradle

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

Maven

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

Configuration

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

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, 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 has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [net.dv8tion:JDA](https://github.com/discord-jda/JDA) | compile | minor | `5.5.1` -> `5.6.1` | --- ### Release Notes <details> <summary>discord-jda/JDA (net.dv8tion:JDA)</summary> ### [`v5.6.1`](https://github.com/discord-jda/JDA/releases/tag/v5.6.1) [Compare Source](https://github.com/discord-jda/JDA/compare/v5.6.0...v5.6.1) #### Bug Fixes - Remove check for isWebhookMessage in checkUser by [@&#8203;MinnDevelopment](https://github.com/MinnDevelopment) in [#&#8203;2857](https://github.com/discord-jda/JDA/pull/2857) **Full Changelog**: <https://github.com/discord-jda/JDA/compare/v5.6.0...v5.6.1> ### Installation #### Gradle ```gradle repositories { mavenCentral() } dependencies { implementation("net.dv8tion:JDA:5.6.1") } ``` #### Maven ```xml <dependency> <groupId>net.dv8tion</groupId> <artifactId>JDA</artifactId> <version>5.6.1</version> </dependency> ``` ### [`v5.6.0`](https://github.com/discord-jda/JDA/releases/tag/v5.6.0): | ApplicationManager and minor improvements [Compare Source](https://github.com/discord-jda/JDA/compare/v5.5.1...v5.6.0) ### Overview This release introduces the [ApplicationManager](https://docs.jda.wiki/net/dv8tion/jda/api/JDA.html#getApplicationManager\(\)), which can be used to update the application's description and other settings through JDA. #### New Features - Implement application manager by [@&#8203;MinnDevelopment](https://github.com/MinnDevelopment) and [@&#8203;raul1ro](https://github.com/raul1ro) in [#&#8203;2854](https://github.com/discord-jda/JDA/pull/2854) - Require a `UserSnowflake` in `moveVoiceMember` and `kickVoiceMember` by [@&#8203;freya022](https://github.com/freya022) in [#&#8203;2852](https://github.com/discord-jda/JDA/pull/2852) #### Changes - Add `with_components=true` query param to WebhookClient requests by [@&#8203;Xirado](https://github.com/Xirado) in [#&#8203;2850](https://github.com/discord-jda/JDA/pull/2850) - Set thread ID when manipulating message objects made by webhooks by [@&#8203;freya022](https://github.com/freya022) in [#&#8203;2849](https://github.com/discord-jda/JDA/pull/2849) #### Bug Fixes - Fix message content intent warning being logged when accessing messag… by [@&#8203;Xirado](https://github.com/Xirado) in [#&#8203;2851](https://github.com/discord-jda/JDA/pull/2851) - Handle new voice websocket close codes by [@&#8203;MinnDevelopment](https://github.com/MinnDevelopment) in [#&#8203;2855](https://github.com/discord-jda/JDA/pull/2855) **Full Changelog**: <https://github.com/discord-jda/JDA/compare/v5.5.1...v5.6.0> ### Installation #### Gradle ```gradle repositories { mavenCentral() } dependencies { implementation("net.dv8tion:JDA:5.6.0") } ``` #### Maven ```xml <dependency> <groupId>net.dv8tion</groupId> <artifactId>JDA</artifactId> <version>5.6.0</version> </dependency> ``` </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4yMTEuNCIsInVwZGF0ZWRJblZlciI6IjQyLjAuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2025-06-07 23:00:30 +02:00
Update dependency net.dv8tion:JDA to v5.6.0
All checks were successful
continuous-integration/drone/pr Build is passing
8da778a12d
renovate changed title from Update dependency net.dv8tion:JDA to v5.6.0 to Update dependency net.dv8tion:JDA to v5.6.1 2025-06-08 21:00:30 +02:00
renovate force-pushed renovate/net.dv8tion-jda-5.x from 8da778a12d to fc00467059 2025-06-08 21:00:31 +02:00 Compare
bea merged commit 31c2f22c40 into main 2025-11-06 16:15:28 +01:00
bea deleted branch renovate/net.dv8tion-jda-5.x 2025-11-06 16:15:28 +01:00
Sign in to join this conversation.
No Reviewers
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bea/HidekoBot#50