GoogleCloudPlatform / java-repo-tools

Tools used to maintain and test Java repositories in the GoogleCloudPlatform organization.
Apache License 2.0
27 stars 39 forks source link

fix(deps): update dependency com.github.spotbugs:spotbugs-annotations to v4.6.0 #353

Closed renovate-bot closed 2 years ago

renovate-bot commented 2 years ago

WhiteSource Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.spotbugs:spotbugs-annotations (source) 4.5.3 -> 4.6.0 age adoption passing confidence

Release Notes

spotbugs/spotbugs ### [`v4.6.0`](https://togithub.com/spotbugs/spotbugs/blob/HEAD/CHANGELOG.md#​460---2022-03-08) [Compare Source](https://togithub.com/spotbugs/spotbugs/compare/4.5.3...4.6.0) ##### Fixed - Fixed spotbugs build with ecj compiler ([#​1903](https://togithub.com/spotbugs/spotbugs/issues/1903)) - Moved tests from spotbugs project to spotbugs-tests project ([#​1914](https://togithub.com/spotbugs/spotbugs/issues/1914)) - Fixed UI freezes in Eclipse on bug count decorations update ([#​285](https://togithub.com/spotbugs/spotbugs/issues/285)) - Bumped log4j from 2.17.1 to 2.17.2 ([#​1960](https://togithub.com/spotbugs/spotbugs/pull/1960)) - Bumped gson from 2.8.9 to 2.9.0 ([#​1960](https://togithub.com/spotbugs/spotbugs/pull/1966)) ##### Added - New detector `FindInstanceLockOnSharedStaticData` for new bug type `SSD_DO_NOT_USE_INSTANCE_LOCK_ON_SHARED_STATIC_DATA`. This detector reports a bug if an instance level lock is used to modify a shared static data. (See [SEI CERT rule LCK06-J](https://wiki.sei.cmu.edu/confluence/display/java/LCK06-J.+Do+not+use+an+instance+lock+to+protect+shared+static+data))

Configuration

📅 Schedule: 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.



This PR has been generated by WhiteSource Renovate. View repository job log here.