Skip to content
New issue

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

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

Already on GitHub? # to your account

Bump spotbugsVersion from 4.0.0-beta4 to 4.2.2 #108

Merged
merged 1 commit into from
Mar 17, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Mar 16, 2021

Bumps spotbugsVersion from 4.0.0-beta4 to 4.2.2.
Updates spotbugs from 4.0.0-beta4 to 4.2.2

Release notes

Sourced from spotbugs's releases.

SpotBugs 4.2.2

CHANGELOG

CHECKSUM

file checksum (sha256)
spotbugs-4.2.2-javadoc.jar eefe6f33309c4a92e3ebb8c18920b78d0e04dea4d93c45a8266f1341d61bf55b
spotbugs-4.2.2-sources.jar 046486ae3e1566df35f55d031f0972a35a192e9b7a6833dfd0199099357d4560
spotbugs-4.2.2.tgz 4967c72396e34b86b9458d0c34c5ed185770a009d357df8e63951ee2844f769f
spotbugs-4.2.2.zip fbbfca013d11dfecd8b5fb6aa9f3d3f1b6a2689e5a1cd93afe4ffd99de7a8505
spotbugs-annotations-4.2.2-javadoc.jar f8371fc3c7ce0504f4bc7922f27e5d2e1174165fe0ff7714e19e2eaf0a475187
spotbugs-annotations-4.2.2-sources.jar b338136e3e82d585348cde58a8fe3a678e16f51a35c31c1463e05fefef557aad
spotbugs-annotations.jar 5657c480a31883cf3fc6d12e6ae522c9fcc9a6303b45939ee42ca2e0ccf4ed04
spotbugs-ant-4.2.2-javadoc.jar 4234f84ceb71fed02c5dfca7b8a8b33163c9f327b106f66e0bf8bf46e03ef0fc

SpotBugs 4.2.1

CHANGELOG

CHECKSUM

file checksum (sha256)
spotbugs-4.2.1-javadoc.jar 86dbd559ffe5fd5646fe9a91120213579035d9b9232d6949a456f2b5c771bd02
spotbugs-4.2.1-sources.jar 197aa7e54fb82428ea57a08fd71fcb8148d17319d35556a56cb097dd0bfb382c
spotbugs-4.2.1.tgz 4d6f5f68da8ddf037bc82f0146b6e6caff4fc5872b9cd511c1e6136c680093a4
spotbugs-4.2.1.zip 799a0cb35ed1463dc8e4432b36691c37e24c340be9ecca3694b57342cb804370
spotbugs-annotations-4.2.1-javadoc.jar bffff554d33b2397d108dbc768d1d16b4f990b192a9c0205a8fd630bd1796cea
spotbugs-annotations-4.2.1-sources.jar b338136e3e82d585348cde58a8fe3a678e16f51a35c31c1463e05fefef557aad
spotbugs-annotations.jar e4c4696f05b9b8dc9631f993e7dbd19c1758eb1860786e3eebceb591ca0f3d5d
spotbugs-ant-4.2.1-javadoc.jar 5a1309c9b156f7e32f993dec59828cc6e2c20d1dbd049a39edb1ca83aae1e92b
spotbugs-ant-4.2.1-sources.jar c74dec42c0ed0dd1ae02a7410d8e0f0dbbee23e8e7da4a21910863677fcdbc8e
spotbugs-ant.jar 9233e48d37882ae4e7a42e9f42ef4c63d6f802cf8f3b03ba575bee26e5032367
spotbugs.jar cec3251a5e8b3850f9495fdf7069432889bc774fff8ae10e0cb6a464503d6303
test-harness-4.2.1-javadoc.jar 3ade765746b79b8eaf7b4df8e2499a800ca9b1a91f577de53b34a109cec1fff2
test-harness-4.2.1-sources.jar 2c1f5ef929453f3b682c7eb7c1e22db3082b5f74c5a5be439be5dc31dd7a31aa
test-harness-4.2.1.jar 55d3a590b81ffec48293a76c45c0695914b405bf9f02bfb930e3ab99b5867d4f
test-harness-core-4.2.1-javadoc.jar a867b95c52da44c0471991db890df3a2cba6e05189be22c3ba8a18f70579fc29
test-harness-core-4.2.1-sources.jar f320f5eb4069e9686b760b2a6a0760989753225f9e9ce1226e3258ec64795d8a
test-harness-core-4.2.1.jar cbec03867e077079d011e85f9932fb230fae3d909f741cffaa4c8097e91fdf40
test-harness-jupiter-4.2.1-javadoc.jar ad74122b419512c22182d6879482a68303b29b81749ed2d6de15a39bed761dfe
test-harness-jupiter-4.2.1-sources.jar 210353a57016e26b1a654d936a15f039613fa1ac532d485c1b1d03902f6c6315
test-harness-jupiter-4.2.1.jar 17e8d78d1868f86e63f3e5e3d878e86f3d7fb1b8cf1a8d5f893333c982bfd3e2

SpotBugs 4.2.0

CHANGELOG

... (truncated)

Changelog

Sourced from spotbugs's changelog.

4.2.2 - 2021-03-03

Fixed

  • UWF_NULL_FIELD doesn't report line number (#1368)
  • UnsupportedOperationException in BugRanker.trimToMaxRank (#1161)

Changed

  • Bump ASM from 9.0 to 9.1 supporting JDK17
  • Bump commons-lang from 3.11 to 3.12.0
  • Replace org.json:json:20201115 with com.google.code.gson:gson:2.8.6

4.2.1 - 2021-02-04

Fixed

  • Invalid HTML in the description of LI_LAZY_INIT_UPDATE_STATIC bug pattern (#1383)
  • NP_NONNULL_PARAM_VIOLATION false-positive in CompletableFuture.completedStage(value) (#1397)

Changed

  • Bump json from 20200518 to 20201115 (#1384)

4.2.0 - 2020-11-28

Fixed

  • spotbugs reports VO_VOLATILE_REFERENCE_TO_ARRAY in synthetic code generated by Eclipse 4.17+ Java compiler (#1313)
  • spotbugs reports DM_BOXED_PRIMITIVE_FOR_PARSING for Double and Float (previously only reported for Integer and Long) (#744)
  • sarif report not showing correctly the physical and logical location (#1281)

Added

  • The class search (in the GUI's class name filter) is now case-insensitive and forgives typos (part of (#749))

Changed

  • Bump Saxon-HE from 10.2 to 10.3

4.1.4 - 2020-10-15

Fixed

  • IllegalArgumentException during XML report generation (#1272)
  • Error dialog on cancelling SpotBugs job in Eclipse (#1314)
  • IllegalArgumentException in OpcodeStack.constantToInt (#893)
  • Typos in description, documentation and so on
  • spotbugs reports VR_UNRESOLVABLE_REFERENCE and UPM_UNCALLED_PRIVATE_METHOD when code is compiled with Java 11 (#1254)

Changed

  • Bump jaxen from 1.1.6 to 1.2.0 supporting Java 11 compilation (#1316)
  • Bump ASM from 8.0.1 to 9.0 supporting JDK16 (sealed classes)
  • Bump Saxon-HE from 10.1 to 10.2
  • The dependency from test-harness to spotbugs is now testImplementation (#1317)
  • The dependency from test-harness-core to spotbugs is now api (#1317)

4.1.3 - 2020-09-25

Fixed

  • False positive RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE on try-with-resources (#259)

... (truncated)

Commits

Updates spotbugs-annotations from 4.0.0-beta4 to 4.2.2

Release notes

Sourced from spotbugs-annotations's releases.

SpotBugs 4.2.2

CHANGELOG

CHECKSUM

file checksum (sha256)
spotbugs-4.2.2-javadoc.jar eefe6f33309c4a92e3ebb8c18920b78d0e04dea4d93c45a8266f1341d61bf55b
spotbugs-4.2.2-sources.jar 046486ae3e1566df35f55d031f0972a35a192e9b7a6833dfd0199099357d4560
spotbugs-4.2.2.tgz 4967c72396e34b86b9458d0c34c5ed185770a009d357df8e63951ee2844f769f
spotbugs-4.2.2.zip fbbfca013d11dfecd8b5fb6aa9f3d3f1b6a2689e5a1cd93afe4ffd99de7a8505
spotbugs-annotations-4.2.2-javadoc.jar f8371fc3c7ce0504f4bc7922f27e5d2e1174165fe0ff7714e19e2eaf0a475187
spotbugs-annotations-4.2.2-sources.jar b338136e3e82d585348cde58a8fe3a678e16f51a35c31c1463e05fefef557aad
spotbugs-annotations.jar 5657c480a31883cf3fc6d12e6ae522c9fcc9a6303b45939ee42ca2e0ccf4ed04
spotbugs-ant-4.2.2-javadoc.jar 4234f84ceb71fed02c5dfca7b8a8b33163c9f327b106f66e0bf8bf46e03ef0fc

SpotBugs 4.2.1

CHANGELOG

CHECKSUM

file checksum (sha256)
spotbugs-4.2.1-javadoc.jar 86dbd559ffe5fd5646fe9a91120213579035d9b9232d6949a456f2b5c771bd02
spotbugs-4.2.1-sources.jar 197aa7e54fb82428ea57a08fd71fcb8148d17319d35556a56cb097dd0bfb382c
spotbugs-4.2.1.tgz 4d6f5f68da8ddf037bc82f0146b6e6caff4fc5872b9cd511c1e6136c680093a4
spotbugs-4.2.1.zip 799a0cb35ed1463dc8e4432b36691c37e24c340be9ecca3694b57342cb804370
spotbugs-annotations-4.2.1-javadoc.jar bffff554d33b2397d108dbc768d1d16b4f990b192a9c0205a8fd630bd1796cea
spotbugs-annotations-4.2.1-sources.jar b338136e3e82d585348cde58a8fe3a678e16f51a35c31c1463e05fefef557aad
spotbugs-annotations.jar e4c4696f05b9b8dc9631f993e7dbd19c1758eb1860786e3eebceb591ca0f3d5d
spotbugs-ant-4.2.1-javadoc.jar 5a1309c9b156f7e32f993dec59828cc6e2c20d1dbd049a39edb1ca83aae1e92b
spotbugs-ant-4.2.1-sources.jar c74dec42c0ed0dd1ae02a7410d8e0f0dbbee23e8e7da4a21910863677fcdbc8e
spotbugs-ant.jar 9233e48d37882ae4e7a42e9f42ef4c63d6f802cf8f3b03ba575bee26e5032367
spotbugs.jar cec3251a5e8b3850f9495fdf7069432889bc774fff8ae10e0cb6a464503d6303
test-harness-4.2.1-javadoc.jar 3ade765746b79b8eaf7b4df8e2499a800ca9b1a91f577de53b34a109cec1fff2
test-harness-4.2.1-sources.jar 2c1f5ef929453f3b682c7eb7c1e22db3082b5f74c5a5be439be5dc31dd7a31aa
test-harness-4.2.1.jar 55d3a590b81ffec48293a76c45c0695914b405bf9f02bfb930e3ab99b5867d4f
test-harness-core-4.2.1-javadoc.jar a867b95c52da44c0471991db890df3a2cba6e05189be22c3ba8a18f70579fc29
test-harness-core-4.2.1-sources.jar f320f5eb4069e9686b760b2a6a0760989753225f9e9ce1226e3258ec64795d8a
test-harness-core-4.2.1.jar cbec03867e077079d011e85f9932fb230fae3d909f741cffaa4c8097e91fdf40
test-harness-jupiter-4.2.1-javadoc.jar ad74122b419512c22182d6879482a68303b29b81749ed2d6de15a39bed761dfe
test-harness-jupiter-4.2.1-sources.jar 210353a57016e26b1a654d936a15f039613fa1ac532d485c1b1d03902f6c6315
test-harness-jupiter-4.2.1.jar 17e8d78d1868f86e63f3e5e3d878e86f3d7fb1b8cf1a8d5f893333c982bfd3e2

SpotBugs 4.2.0

CHANGELOG

... (truncated)

Changelog

Sourced from spotbugs-annotations's changelog.

4.2.2 - 2021-03-03

Fixed

  • UWF_NULL_FIELD doesn't report line number (#1368)
  • UnsupportedOperationException in BugRanker.trimToMaxRank (#1161)

Changed

  • Bump ASM from 9.0 to 9.1 supporting JDK17
  • Bump commons-lang from 3.11 to 3.12.0
  • Replace org.json:json:20201115 with com.google.code.gson:gson:2.8.6

4.2.1 - 2021-02-04

Fixed

  • Invalid HTML in the description of LI_LAZY_INIT_UPDATE_STATIC bug pattern (#1383)
  • NP_NONNULL_PARAM_VIOLATION false-positive in CompletableFuture.completedStage(value) (#1397)

Changed

  • Bump json from 20200518 to 20201115 (#1384)

4.2.0 - 2020-11-28

Fixed

  • spotbugs reports VO_VOLATILE_REFERENCE_TO_ARRAY in synthetic code generated by Eclipse 4.17+ Java compiler (#1313)
  • spotbugs reports DM_BOXED_PRIMITIVE_FOR_PARSING for Double and Float (previously only reported for Integer and Long) (#744)
  • sarif report not showing correctly the physical and logical location (#1281)

Added

  • The class search (in the GUI's class name filter) is now case-insensitive and forgives typos (part of (#749))

Changed

  • Bump Saxon-HE from 10.2 to 10.3

4.1.4 - 2020-10-15

Fixed

  • IllegalArgumentException during XML report generation (#1272)
  • Error dialog on cancelling SpotBugs job in Eclipse (#1314)
  • IllegalArgumentException in OpcodeStack.constantToInt (#893)
  • Typos in description, documentation and so on
  • spotbugs reports VR_UNRESOLVABLE_REFERENCE and UPM_UNCALLED_PRIVATE_METHOD when code is compiled with Java 11 (#1254)

Changed

  • Bump jaxen from 1.1.6 to 1.2.0 supporting Java 11 compilation (#1316)
  • Bump ASM from 8.0.1 to 9.0 supporting JDK16 (sealed classes)
  • Bump Saxon-HE from 10.1 to 10.2
  • The dependency from test-harness to spotbugs is now testImplementation (#1317)
  • The dependency from test-harness-core to spotbugs is now api (#1317)

4.1.3 - 2020-09-25

Fixed

  • False positive RCN_REDUNDANT_NULLCHECK_OF_NONNULL_VALUE on try-with-resources (#259)

... (truncated)

Commits

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 `spotbugsVersion` from 4.0.0-beta4 to 4.2.2.

Updates `spotbugs` from 4.0.0-beta4 to 4.2.2
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/commits/4.2.2)

Updates `spotbugs-annotations` from 4.0.0-beta4 to 4.2.2
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/spotbugs/spotbugs/commits/4.2.2)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot requested a review from a team March 16, 2021 21:24
@dependabot dependabot bot added the type: maintenance The necessary chores to keep the dust off. label Mar 16, 2021
@vreynolds vreynolds merged commit cd8da72 into main Mar 17, 2021
@vreynolds vreynolds deleted the dependabot/maven/spotbugsVersion-4.2.2 branch March 17, 2021 17:28
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
type: maintenance The necessary chores to keep the dust off.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant