Incendo / cloud-discord

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

chore(deps): Update junit5 monorepo to v5.11.0 #70

Closed renovate[bot] closed 1 week ago

renovate[bot] commented 2 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
org.junit.jupiter:junit-jupiter-params (source) 5.10.2 -> 5.11.0 age adoption passing confidence
org.junit.jupiter:junit-jupiter-engine (source) 5.10.2 -> 5.11.0 age adoption passing confidence

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 these updates again.



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

github-actions[bot] commented 2 months ago

Test Results

9 tests  Β±0   9 :white_check_mark: Β±0   0s :stopwatch: Β±0s 3 suites Β±0   0 :zzz: Β±0  3 files   Β±0   0 :x: Β±0 

Results for commit ec230ed9. ± Comparison against base commit e13c9143.

This pull request removes 4 and adds 4 tests. Note that renamed tests count towards both. ``` org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [1] clazz=class java.lang.String, expected=DiscordOptionType{name=STRING, value=3, type=io.leangen.geantyref.TypeToken$1@4d957290} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [2] clazz=class java.lang.Integer, expected=DiscordOptionType{name=INTEGER, value=4, type=io.leangen.geantyref.TypeToken$1@59e39a09} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@602235c5} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@18986cec} ``` ``` org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [1] clazz=class java.lang.String, expected=DiscordOptionType{name=STRING, value=3, type=io.leangen.geantyref.TypeToken$1@6aaf03a} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [2] clazz=class java.lang.Integer, expected=DiscordOptionType{name=INTEGER, value=4, type=io.leangen.geantyref.TypeToken$1@2d645ed1} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [3] clazz=class java.lang.Boolean, expected=DiscordOptionType{name=BOOLEAN, value=5, type=io.leangen.geantyref.TypeToken$1@69c9a597} org.incendo.cloud.discord.slash.StandardOptionRegistryTest ‑ [4] clazz=class java.lang.Double, expected=DiscordOptionType{name=NUMBER, value=10, type=io.leangen.geantyref.TypeToken$1@30386049} ```

:recycle: This comment has been updated with latest results.