From f5795b5fc197540c8132e6abeb09e2e1a9e97888 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 01:45:04 +0000 Subject: [PATCH] chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.1.3 (#1540) 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.github.spotbugs.snom:spotbugs-gradle-plugin](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin) | `6.1.2` -> `6.1.3` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.spotbugs.snom:spotbugs-gradle-plugin/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/maven/com.github.spotbugs.snom:spotbugs-gradle-plugin/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![passing](https://developer.mend.io/api/mc/badges/compatibility/maven/com.github.spotbugs.snom:spotbugs-gradle-plugin/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.spotbugs.snom:spotbugs-gradle-plugin/6.1.2/6.1.3?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spotbugs/spotbugs-gradle-plugin (com.github.spotbugs.snom:spotbugs-gradle-plugin) ### [`v6.1.3`](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.1.3) [Compare Source](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/compare/6.1.2...6.1.3) ##### Reverts - Revert "fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.0 ([#​1309](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1309))" ([#​1317](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1317)) ([1f739c7](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/commit/1f739c78d76ed8296cfe55b6a9073769ceeb95a8))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/line/line-bot-sdk-java). Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- buildSrc/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildSrc/build.gradle.kts b/buildSrc/build.gradle.kts index 591044237..599567754 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { // plugins implementation("io.github.gradle-nexus:publish-plugin:2.0.0") implementation("org.openapitools:openapi-generator-gradle-plugin:7.11.0") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.2") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.1.3") implementation("org.springframework.boot:spring-boot-gradle-plugin:3.4.2") // workaround to use libs in a precompiled script plugin.