From 48d53b60066b8ef979634ce7b169b71baad45c7e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Dec 2023 03:10:03 +0000 Subject: [PATCH] chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.0.2 (#1179) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://togithub.com/spotbugs/spotbugs-gradle-plugin) | `6.0.1` -> `6.0.2` | [![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.spotbugs.snom:spotbugs-gradle-plugin/6.0.2?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.0.2?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.0.1/6.0.2?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.0.1/6.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes
spotbugs/spotbugs-gradle-plugin (com.github.spotbugs.snom:spotbugs-gradle-plugin) ### [`v6.0.2`](https://togithub.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.0.2) [Compare Source](https://togithub.com/spotbugs/spotbugs-gradle-plugin/compare/6.0.1...6.0.2) ##### Bug Fixes - **deps:** update dependency com.tngtech.archunit:archunit to v1.2.1 ([#​1056](https://togithub.com/spotbugs/spotbugs-gradle-plugin/issues/1056)) ([5500c71](https://togithub.com/spotbugs/spotbugs-gradle-plugin/commit/5500c7186d0cc00a49209a8cb6395abcdadee216))
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **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 has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](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 7b05542ef..989d222e9 100644 --- a/buildSrc/build.gradle.kts +++ b/buildSrc/build.gradle.kts @@ -14,7 +14,7 @@ dependencies { // plugins implementation("io.github.gradle-nexus:publish-plugin:1.3.0") implementation("org.openapitools:openapi-generator-gradle-plugin:7.1.0") - implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.1") + implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.0.2") implementation("org.springframework.boot:spring-boot-gradle-plugin:3.2.0") // workaround to use libs in a precompiled script plugin.