Skip to content

Commit b86123b

Browse files
chore(deps): update dependency com.github.spotbugs.snom:spotbugs-gradle-plugin to v6.4.11 (#1879)
This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [com.github.spotbugs.snom:spotbugs-gradle-plugin](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin) | `6.4.8` → `6.4.11` | ![age](https://developer.mend.io/api/mc/badges/age/maven/com.github.spotbugs.snom:spotbugs-gradle-plugin/6.4.11?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/maven/com.github.spotbugs.snom:spotbugs-gradle-plugin/6.4.8/6.4.11?slim=true) | --- ### Release Notes <details> <summary>spotbugs/spotbugs-gradle-plugin (com.github.spotbugs.snom:spotbugs-gradle-plugin)</summary> ### [`v6.4.11`](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.11) [Compare Source](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/compare/6.4.10...6.4.11) ##### Bug Fixes - **config:** Fix reports.register() failing with "Cannot call TaskOutputs.file() after task started execution" ([#&#8203;1618](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1618)) ([#&#8203;1648](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1648)) ([b32ec76](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/commit/b32ec76419579a6e284551bbabad588ffaec4d59)), closes [#&#8203;1539](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1539) [#&#8203;1637](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1637) ### [`v6.4.10`](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.10) [Compare Source](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/compare/6.4.9...6.4.10) ##### Bug Fixes - **config:** Fix reports.register() failing with "Cannot call TaskOutputs.file() after task started execution" ([#&#8203;1618](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1618)) ([c9af913](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/commit/c9af913dd77026d1f58bd6b1962847c2234150d3)), closes [#&#8203;1539](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1539) [#&#8203;1637](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1637) ### [`v6.4.9`](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/releases/tag/6.4.9) [Compare Source](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/compare/6.4.8...6.4.9) ##### Bug Fixes - **deps:** update dependency androidx.lint:lint-gradle to v1.0.0-alpha06 ([#&#8203;1646](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/issues/1646)) ([a74fd9d](https://redirect.github.com/spotbugs/spotbugs-gradle-plugin/commit/a74fd9dece68e78109ba6366f99b85fb72fdf01d)) </details> --- ### Configuration 📅 **Schedule**: (in timezone Asia/Tokyo) - 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. --- - [ ] <!-- rebase-check -->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). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMjMuOCIsInVwZGF0ZWRJblZlciI6IjQzLjEyMy44IiwidGFyZ2V0QnJhbmNoIjoibWFzdGVyIiwibGFiZWxzIjpbImRlcGVuZGVuY3kgdXBncmFkZSJdfQ==--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 32f4a15 commit b86123b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

buildSrc/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ dependencies {
1414
// plugins
1515
implementation("io.github.gradle-nexus:publish-plugin:2.0.0")
1616
implementation("org.openapitools:openapi-generator-gradle-plugin:7.21.0")
17-
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.8")
17+
implementation("com.github.spotbugs.snom:spotbugs-gradle-plugin:6.4.10")
1818
implementation("org.springframework.boot:spring-boot-gradle-plugin:4.0.5")
1919

2020
// workaround to use libs in a precompiled script plugin.

0 commit comments

Comments
 (0)