Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update dependency com.github.spotbugs:spotbugs to v4.9.1 #1207

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Feb 9, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
com.github.spotbugs:spotbugs (source) 4.9.0 -> 4.9.1 age adoption passing confidence
com.github.spotbugs:spotbugs (source) 4.8.6 -> 4.9.1 age adoption passing confidence

Release Notes

spotbugs/spotbugs (com.github.spotbugs:spotbugs)

v4.9.1

Compare Source

Added
  • New detector SharedVariableAtomicityDetector for new bug types AT_NONATOMIC_OPERATIONS_ON_SHARED_VARIABLE, AT_NONATOMIC_64BIT_PRIMITIVE and AT_STALE_THREAD_WRITE_OF_PRIMITIVE (See SEI CERT rules VNA00-J, VNA02-J and VNA05-J).
  • New detector FindHiddenMethod for bug type HSM_HIDING_METHOD. This bug is reported whenever a subclass method hides the static method of super class. (See SEI CERT MET07-J).
Fixed
  • Fixed the parsing of generics methods in ThrowingExceptions (#​3267)
  • Accept the 1st parameter of java.util.concurrent.CompletableFuture's completeOnTimeout(), getNow() and obtrudeValue() functions as nullable (#​1001).
  • Fixed the analysis error when FindReturnRef was checking instructions corresponding to a CFG branch that was optimized away (#​3266)
  • Added execute file permission to files in the distribution archive (#​3274)
  • Fixed a stack overflow in MultipleInstantiationsOfSingletons when a singleton initializer makes recursive calls (#​3280)
  • Fixed NPE in FindReturnRef on inner class fields (#​3283)
  • Fixed NP_NULL_ON_SOME_PATH_FROM_RETURN_VALUE false positive when add edu.umd.cs.findbugs.annotations.Nullable (#​3243)

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 these updates again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the renovate label Feb 9, 2025
@renovate renovate bot requested a review from a team as a code owner February 9, 2025 10:08
@renovate renovate bot enabled auto-merge (squash) February 9, 2025 10:08
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch 8 times, most recently from ca05498 to a2f6fe2 Compare February 12, 2025 14:01
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch 14 times, most recently from c6bc2f4 to 874b72c Compare February 19, 2025 11:24
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch 2 times, most recently from 66a7932 to 136dba5 Compare February 19, 2025 15:13
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch 6 times, most recently from 13a8dda to f6a2754 Compare February 25, 2025 13:49
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch from f6a2754 to ba1f1f7 Compare February 25, 2025 13:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants