Incendo / cloud-discord

Discord integrations for Cloud v2.
https://cloud.incendo.org/discord/
MIT License
5 stars 1 forks source link

chore(deps): Update dependency net.dv8tion:JDA to v5.0.0-beta.20 #27

Closed renovate[bot] closed 7 months ago

renovate[bot] commented 7 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.dv8tion:JDA 5.0.0-beta.19 -> 5.0.0-beta.20 age adoption passing confidence

Release Notes

DV8FromTheWorld/JDA (net.dv8tion:JDA) ### [`v5.0.0-beta.20`](https://togithub.com/discord-jda/JDA/releases/tag/v5.0.0-beta.20): | Bug fixes and internal refactoring [Compare Source](https://togithub.com/DV8FromTheWorld/JDA/compare/v5.0.0-beta.19...v5.0.0-beta.20) ### Overview With this release, we reworked a lot of internals related to how we cache channels. Ideally, you should not notice any difference. #### New Features - Added missing properties to ApplicationInfo by [@​freya022](https://togithub.com/freya022) in [https://github.com/discord-jda/JDA/pull/2605](https://togithub.com/discord-jda/JDA/pull/2605) #### Changes - Unified channel cache by [@​MinnDevelopment](https://togithub.com/MinnDevelopment) in [https://github.com/discord-jda/JDA/pull/2528](https://togithub.com/discord-jda/JDA/pull/2528) - Return immutable lists when documented by [@​freya022](https://togithub.com/freya022) in [https://github.com/discord-jda/JDA/pull/2607](https://togithub.com/discord-jda/JDA/pull/2607) #### Bug Fixes - Fix clearing of voice status by [@​MinnDevelopment](https://togithub.com/MinnDevelopment) in [https://github.com/discord-jda/JDA/pull/2601](https://togithub.com/discord-jda/JDA/pull/2601) - Handle canTalk for private threads in interactions by [@​MinnDevelopment](https://togithub.com/MinnDevelopment) in [https://github.com/discord-jda/JDA/pull/2603](https://togithub.com/discord-jda/JDA/pull/2603) **Full Changelog**: https://github.com/discord-jda/JDA/compare/v5.0.0-beta.19...v5.0.0-beta.20 ### Installation #### Gradle ```gradle repositories { mavenCentral() } dependencies { implementation("net.dv8tion:JDA:5.0.0-beta.20") } ``` #### Maven ```xml net.dv8tion JDA 5.0.0-beta.20 ```

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.



This PR has been generated by Mend Renovate. View repository job log here.