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

Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.2 - autoclosed #4245

Merged
merged 1 commit into from
Dec 1, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Dec 1, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

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

v4.8.2

Compare Source

Fixed
  • Fixed false positive UPM_UNCALLED_PRIVATE_METHOD for method used in JUnit's MethodSource (#​2379)
  • Use java.nio to load filter files (#​2684)
  • Eclipse: Do not export javax.annotation packages (#​2699)
  • Fixed not thread safe FindOverridableMethodCall detector (#​2701)
  • Fix the weird messages of PI_DO_NOT_REUSE_PUBLIC_IDENTIFIERS bugs. (#​2646)
  • Revert commons-text from 1.11.0 to 1.10.0 to resolve a version conflict (#​2686)
  • Fix FP in CT_CONSTRUCTOR_THROW when the finalizer does not run, since the exception is thrown before java.lang.Object's constructor exits (#​2710)
Added
  • New detector finding System.getenv() calls, where the corresponding Java property could be used (See ENV02-J).
Build
  • Run build using jdk 17 and 21 without usage of toolchains so we do not defeat the purpose of building on both. (#​2722)

v4.8.1

Compare Source

Fixed
  • Fixed schema location for findbugsfilter.xsd ([#​1416])
  • Fixed missing null checks ([#​2629])
  • Disabled DontReusePublicIdentifiers due to the high false positives rate ([#​2627])
  • Removed signature of methods using UTF-8 in DefaultEncodingDetector ([#​2634])
  • Fix exception escapes when calling functions of JUnit Assert or Assertions ([#​2640])
  • Fixed an error in the SARIF export when a bug annotation is missing ([#​2632])
  • Fixed false positive RV_EXCEPTION_NOT_THROWN when asserting to exception throws ([#​2628])
  • Fix false positive CT_CONSTRUCTOR_THROW when supertype has final finalize ([#​2665])
  • Lowered the priority of PA_PUBLIC_MUTABLE_OBJECT_ATTRIBUTE bug ([#​2652])
  • Eclipse: fixed startup overhead (on computing classpath) for PDE projects ([#​2671])
Build
  • Fix deprecated GHA on '::set-output' by using GITHUB_OUTPUT ([#​2651])

Configuration

📅 Schedule: Branch creation - "on the first day of the month" (UTC), 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. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner December 1, 2023 00:25
@renovate renovate bot added the dependencies Dependency updates label Dec 1, 2023
@NotMyFault NotMyFault merged commit 65858c5 into main Dec 1, 2023
10 checks passed
@NotMyFault NotMyFault deleted the renovate/spotbugs branch December 1, 2023 23:00
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.2 Update dependency com.github.spotbugs:spotbugs-annotations to v4.8.2 - autoclosed Dec 1, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Dependency updates
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant