Chew / MLB-GameFeed-Bot

Discord bot to show live game feeds and statistics of MLB games to a Discord channel. Used by over 1200 servers!
https://discord.com/application-directory/987144502374436895
9 stars 1 forks source link

Update Maven #26

Open renovate[bot] opened 3 months ago

renovate[bot] commented 3 months ago

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.3 -> 5.11.3 age adoption passing confidence
org.junit.jupiter:junit-jupiter-api (source) 5.10.3 -> 5.11.3 age adoption passing confidence
ch.qos.logback:logback-classic (source, changelog) 1.5.6 -> 1.5.12 age adoption passing confidence
net.dv8tion:JDA 5.2.0 -> 5.2.1 age adoption passing confidence

Release Notes

discord-jda/JDA (net.dv8tion:JDA) ### [`v5.2.1`](https://redirect.github.com/discord-jda/JDA/releases/tag/v5.2.1) [Compare Source](https://redirect.github.com/discord-jda/JDA/compare/v5.2.0...v5.2.1) Small bug fix release. #### Bug Fixes - Fix GuildManager#setSafetyAlertsChannel by [@​MinnDevelopment](https://redirect.github.com/MinnDevelopment) in [https://github.com/discord-jda/JDA/pull/2765](https://redirect.github.com/discord-jda/JDA/pull/2765) - Correctly handle disabled intent in setEnabledIntents by [@​MinnDevelopment](https://redirect.github.com/MinnDevelopment) in [https://github.com/discord-jda/JDA/pull/2767](https://redirect.github.com/discord-jda/JDA/pull/2767) - Ensure label cannot be null in Button by [@​MinnDevelopment](https://redirect.github.com/MinnDevelopment) in [https://github.com/discord-jda/JDA/pull/2771](https://redirect.github.com/discord-jda/JDA/pull/2771) - Handle user in EntityBuilder#createApplicationEmoji as optional by [@​Xirado](https://redirect.github.com/Xirado) in [https://github.com/discord-jda/JDA/pull/2769](https://redirect.github.com/discord-jda/JDA/pull/2769) **Full Changelog**: https://github.com/discord-jda/JDA/compare/v5.2.0...v5.2.1 ### Installation #### Gradle ```gradle repositories { mavenCentral() } dependencies { implementation("net.dv8tion:JDA:5.2.1") } ``` #### Maven ```xml net.dv8tion JDA 5.2.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 becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.



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