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

Bump spotbugs from 4.1.1 to 4.1.2 #12

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 19, 2020

Bumps spotbugs from 4.1.1 to 4.1.2.

Release notes

Sourced from spotbugs's releases.

SpotBugs 4.1.2

CHANGELOG

CHECKSUM

file checksum (sha256)
spotbugs-4.1.2-javadoc.jar f21a06ae973f06611a18617c9daae5b238c40bb45e1b1adcf92594a55a5e334c
spotbugs-4.1.2-sources.jar 404096315daacd555d4003b062d5098300d961a554b4844b3f57b867c3d970ae
spotbugs-4.1.2.tgz 575dd1aa4b25b0a5f9766c35ee6ca1d40a3bec8ad02f9f7bb3037f467c60c76f
spotbugs-4.1.2.zip c104f6aaa95d7c5d1bd9040d38b7f80038995e663f8c84ac8b32423362d290eb
spotbugs-annotations-4.1.2-javadoc.jar 24767403128c0ecf1f96a6309d243ac471c2ba6686d945d90c7e5a4435244ca5
spotbugs-annotations-4.1.2-sources.jar b338136e3e82d585348cde58a8fe3a678e16f51a35c31c1463e05fefef557aad
spotbugs-annotations.jar f5cc685edd99ccae7e9b851613146cf49f2557a4e056dfdd8e7906fe919f826f
spotbugs-ant-4.1.2-javadoc.jar c0f510848cb6729531353898c3e3256d2ea68e3b21bcb305a1a2b8db581b7f85
spotbugs-ant-4.1.2-sources.jar c74dec42c0ed0dd1ae02a7410d8e0f0dbbee23e8e7da4a21910863677fcdbc8e
spotbugs-ant.jar a9f1c4ea228ce3c4bb11065b26806f5e2d4ffe457a95a012166b11a58164cc19
spotbugs.jar 819963733311a55503e185bee7debed6983aa54ca7a7cb91643e0fe18287bf0e
test-harness-4.1.2-javadoc.jar f1f94b227af60404f0b4634aa60bf68ef963d23c46e26b3a704822164fe70002
test-harness-4.1.2-sources.jar 2c1f5ef929453f3b682c7eb7c1e22db3082b5f74c5a5be439be5dc31dd7a31aa
test-harness-4.1.2.jar e6d72665dcaed1afd413541f211992924ffc2d4d64dc54f1a8f0bfa494853596
test-harness-core-4.1.2-javadoc.jar cc9dcfee824f7a245f34e9988e432b44784e0ba27712805a67919501d8eb5179
test-harness-core-4.1.2-sources.jar f320f5eb4069e9686b760b2a6a0760989753225f9e9ce1226e3258ec64795d8a
test-harness-core-4.1.2.jar de97934146238f9ae23707bd14e3cea3f12bd89f3dde2b6b0648e41f11815418
test-harness-jupiter-4.1.2-javadoc.jar 84e341982a3f3c8020a47fc7879a0ad9036169b3859165b53a9d7990168dcc4b
test-harness-jupiter-4.1.2-sources.jar 210353a57016e26b1a654d936a15f039613fa1ac532d485c1b1d03902f6c6315
test-harness-jupiter-4.1.2.jar 17e8d78d1868f86e63f3e5e3d878e86f3d7fb1b8cf1a8d5f893333c982bfd3e2
Changelog

Sourced from spotbugs's changelog.

4.1.2 - 2020-08-18

Fixed

Added

  • Implement issue 390 as a detector, DontAssertInstanceofInTests, which reports bugs of type JUA_DONT_ASSERT_INSTANCEOF_IN_TESTS.
Commits
  • 1a2aa9d release SpotBugs v4.1.2
  • 72f9185 Allow private methods to inherit default annotations from package or class sc...
  • 6084471 docs: add translate messages for #1256
  • 9dea534 build(deps): bump mockito-core from 3.4.6 to 3.5.0
  • 5328d7a Use OpcodeStackDetector to take advantage of shouldVisitCode.
  • 3d5d1b1 Add a suggestion to fix the reported issue
  • e1d0091 Run spotless
  • b4a884e Implement issue 390
  • 186ad19 build(deps): bump checker-qual from 3.5.0 to 3.6.0
  • 60f5ffd docs: add Japanese translation for #1247
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [spotbugs](https://github.com/spotbugs/spotbugs) from 4.1.1 to 4.1.2.
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.1.1...4.1.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Aug 19, 2020
@garydgregory garydgregory merged commit 5fb8421 into master Sep 21, 2020
@dependabot dependabot bot deleted the dependabot/maven/com.github.spotbugs-spotbugs-4.1.2 branch September 21, 2020 15:29
asfgit pushed a commit that referenced this pull request Sep 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file java Pull requests that update Java code
Projects
None yet
1 participant