[!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.dv8tionJDA5.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.
[ ] If you want to rebase/retry this PR, check this box
This PR contains the following updates:
5.1.0
->5.1.1
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 ```xmlConfiguration
📅 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.