Ree6-Applications / Ree6

All-in-one, open source and 100% free Discord Bot!
https://ree6.de
GNU General Public License v3.0
146 stars 39 forks source link

Update dependency net.dv8tion:JDA to v5.1.1 #644

Closed renovate[bot] closed 2 months ago

renovate[bot] commented 2 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
net.dv8tion:JDA 5.1.0 -> 5.1.1 age adoption passing confidence

[!WARNING] Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

discord-jda/JDA (net.dv8tion:JDA) ### [`v5.1.1`](https://redirect.github.com/discord-jda/JDA/releases/tag/v5.1.1): | Small bugfix release ### Overview Small release to fix a few bugs. This fixes an issue that caused voice receive to no longer work as intended in 5.1.0. #### Bug Fixes - Remove extension from received audio packets by [@​davidffa](https://redirect.github.com/davidffa) in [https://github.com/discord-jda/JDA/pull/2721](https://redirect.github.com/discord-jda/JDA/pull/2721) - Remove `@CheckReturnValue` from Once.Builder.subscribe by [@​freya022](https://redirect.github.com/freya022) in [https://github.com/discord-jda/JDA/pull/2730](https://redirect.github.com/discord-jda/JDA/pull/2730) - Fix parsing error for AutoModResponse by [@​StasiumDev](https://redirect.github.com/StasiumDev) in [https://github.com/discord-jda/JDA/pull/2728](https://redirect.github.com/discord-jda/JDA/pull/2728) **Full Changelog**: https://github.com/discord-jda/JDA/compare/v5.1.0...v5.1.1 ### Installation #### Gradle ```gradle repositories { mavenCentral() } dependencies { implementation("net.dv8tion:JDA:5.1.1") } ``` #### Maven ```xml net.dv8tion JDA 5.1.1 ```

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 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.



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

sonarcloud[bot] commented 2 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud