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 to v4.8.2 - autoclosed #48

Closed
wants to merge 29 commits into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Jun 5, 2023

Mend Renovate logo banner

This PR contains the following updates:

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

Release Notes

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

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)

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 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 force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch from 1d67a2d to e131572 Compare June 5, 2023 16:51
@alanorth alanorth force-pushed the main-test branch 2 times, most recently from 654c3b9 to 250f609 Compare June 9, 2023 20:09
@alanorth alanorth force-pushed the main-test branch 3 times, most recently from b6ed4e8 to b705f12 Compare June 25, 2023 16:36
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch 2 times, most recently from 204fab7 to 2d76729 Compare June 27, 2023 10:49
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch 2 times, most recently from aa68575 to 2e30986 Compare June 30, 2023 17:16
@alanorth alanorth force-pushed the main-test branch 3 times, most recently from cf439c0 to a54ae53 Compare July 4, 2023 04:58
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch from 2e30986 to 893e6ef Compare August 10, 2023 19:44
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch from 893e6ef to 04ba728 Compare October 12, 2023 08:07
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs to v4.7.3 Update dependency com.github.spotbugs:spotbugs to v4.8.0 Oct 12, 2023
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch from 04ba728 to af1a560 Compare November 7, 2023 04:56
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs to v4.8.0 Update dependency com.github.spotbugs:spotbugs to v4.8.1 Nov 7, 2023
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch from af1a560 to 8c08bd5 Compare November 27, 2023 10:38
alanorth and others added 12 commits November 28, 2023 09:31
Update dependency commons-io:commons-io to v2.15.0
…-1.x

Update dependency com.fasterxml:classmate to v1.6.0
…e-2.x

Update dependency org.xmlunit:xmlunit-core to v2.9.1
…p2-2.x

Update dependency com.maxmind.geoip2:geoip2 to v2.17.0
Update netty monorepo to v4.1.101.Final
We need to keep Spring Framework, Spring Boot, and Spring Security
versions updated together:

- Spring Framework: 5.3.28→5.3.31
- Spring Boot: 2.7.13→2.7.18
- Spring Security: 5.7.9→5.7.11
Update to latest versions:

- spotbugs v4.1.2→v4.8.1
- spotbugs-maven-plugin v4.0.4→v4.8.1.0

These are not run in CI and seem to only run manually when asked,
ie via maven:

    $ mvn spotbugs:spotbugs
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs to v4.8.1 Update dependency com.github.spotbugs:spotbugs to v4.8.1 - autoclosed Nov 29, 2023
@renovate renovate bot closed this Nov 29, 2023
@renovate renovate bot deleted the renovate/com.github.spotbugs-spotbugs-4.x branch November 29, 2023 07:05
renovate bot and others added 5 commits November 29, 2023 07:07
Update dependency org.apache.ant:ant to v1.10.14
Due to changes in hamcrest packaging we only need the main artifact
now, but we add hamcrest-core (which is an empty pom) so it doesn't
get pulled in by other deps. Last, the hamcrest docs recommend that
we put hamcrest first so that we don't have dependency convergence
issues from junit.

See: https://hamcrest.org/JavaHamcrest/distributables
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs to v4.8.1 - autoclosed Update dependency com.github.spotbugs:spotbugs to v4.8.1 Nov 29, 2023
@renovate renovate bot reopened this Nov 29, 2023
@renovate renovate bot restored the renovate/com.github.spotbugs-spotbugs-4.x branch November 29, 2023 13:05
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs to v4.8.1 Update dependency com.github.spotbugs:spotbugs to v4.8.2 Nov 29, 2023
@renovate renovate bot force-pushed the renovate/com.github.spotbugs-spotbugs-4.x branch from 8c08bd5 to 9407e30 Compare November 29, 2023 13:42
@renovate renovate bot changed the title Update dependency com.github.spotbugs:spotbugs to v4.8.2 Update dependency com.github.spotbugs:spotbugs to v4.8.2 - autoclosed Nov 29, 2023
@renovate renovate bot closed this Nov 29, 2023
@renovate renovate bot deleted the renovate/com.github.spotbugs-spotbugs-4.x branch November 29, 2023 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant