From 4a99d7e9e8f34fab8ca39507d78be4fb2106aa2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 22:31:54 +0100 Subject: [PATCH] chore: update dependency com.puppycrawl.tools:checkstyle to v10.21.0 (#67) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.puppycrawl.tools:checkstyle](https://checkstyle.org/) ([source](https://redirect.github.com/checkstyle/checkstyle)) | `10.18.2` -> `10.21.0` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.puppycrawl.tools:checkstyle/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.puppycrawl.tools:checkstyle/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.puppycrawl.tools:checkstyle/10.18.2/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.puppycrawl.tools:checkstyle/10.18.2/10.21.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
checkstyle/checkstyle (com.puppycrawl.tools:checkstyle) ### [`v10.21.0`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.20.2...checkstyle-10.21.0) [Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.20.2...checkstyle-10.21.0) ### [`v10.20.2`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.20.1...checkstyle-10.20.2) [Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.20.1...checkstyle-10.20.2) ### [`v10.20.1`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.20.0...checkstyle-10.20.1) [Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.20.0...checkstyle-10.20.1) ### [`v10.20.0`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.19.0...checkstyle-10.20.0) ### [`v10.19.0`](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.18.2...checkstyle-10.19.0) [Compare Source](https://redirect.github.com/checkstyle/checkstyle/compare/checkstyle-10.18.2...checkstyle-10.19.0)
--- ### Configuration 📅 **Schedule**: Branch creation - "before 6:00am" in timezone Europe/Berlin, 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. --- - [ ] If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/CloudNetService/module-rest). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 5476cc0..15824ca 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ shadow = "8.3.3" juppiter = "0.4.0" spotless = "6.25.0" nexusPublish = "2.0.0" -checkstyleTools = "10.18.2" +checkstyleTools = "10.21.0" # testing junit = "5.11.2"