fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.1 #1158
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
4.9.0
->4.9.1
Release Notes
spotbugs/spotbugs (com.github.spotbugs:spotbugs)
v4.9.1
Compare Source
Added
SharedVariableAtomicityDetector
for new bug typesAT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE
,AT_NONATOMIC_64BIT_PRIMITIVE
andAT_STALE_THREAD_WRITE_OF_PRIMITIVE
(See SEI CERT rules VNA00-J, VNA02-J and VNA05-J).FindHiddenMethod
for bug typeHSM_HIDING_METHOD
. This bug is reported whenever a subclass method hides the static method of super class. (See SEI CERT MET07-J).Fixed
ThrowingExceptions
(#3267)java.util.concurrent.CompletableFuture
'scompleteOnTimeout()
,getNow()
andobtrudeValue()
functions as nullable (#1001).FindReturnRef
was checking instructions corresponding to a CFG branch that was optimized away (#3266)MultipleInstantiationsOfSingletons
when a singleton initializer makes recursive calls (#3280)FindReturnRef
on inner class fields (#3283)Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ 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.
This PR was generated by Mend Renovate. View the repository job log.