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-maven.version from 4.1.3 to 4.1.4 #3914

Merged
merged 1 commit into from
Oct 27, 2020

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 20, 2020

Bumps spotbugs-maven.version from 4.1.3 to 4.1.4.
Updates spotbugs from 4.1.3 to 4.1.4

Release notes

Sourced from spotbugs's releases.

SpotBugs 4.1.4

CHANGELOG

CHECKSUM

file checksum (sha256)
spotbugs-4.1.4-javadoc.jar 32fd9b5cbc6cca027183d72de3dbef2bf4670b461f42db4eefab2e8cc7fa0e1f
spotbugs-4.1.4-sources.jar b36f8138c79be464f270c5fb9a89f53481c7282a857115f45f95e5d462dabeee
spotbugs-4.1.4.tgz 2e6ebf87f92887e06d3a5aa29a2c3331c7ed089019aca1529670e156c6b0849e
spotbugs-4.1.4.zip 80d37786abecb607937402517a778bd0ef2bf4ae49639994852104807ecd63b4
spotbugs-annotations-4.1.4-javadoc.jar 9fc57182b3293d8834a87e691de7ac2e35824518f80fc480c59e6bf51e141c92
spotbugs-annotations-4.1.4-sources.jar b338136e3e82d585348cde58a8fe3a678e16f51a35c31c1463e05fefef557aad
spotbugs-annotations.jar f4d784f99c40cd7240cc36cd9288ff89e03b00681f282ee7cca2348e364ce0a1
spotbugs-ant-4.1.4-javadoc.jar 1ded0d8eb8cb3724f4d2c4e523c3c3254ef1cd2e4a8510a32314f13c2a01d9cc
spotbugs-ant-4.1.4-sources.jar c74dec42c0ed0dd1ae02a7410d8e0f0dbbee23e8e7da4a21910863677fcdbc8e
spotbugs-ant.jar 9233e48d37882ae4e7a42e9f42ef4c63d6f802cf8f3b03ba575bee26e5032367
spotbugs.jar 9407c27b324ad493479e3c2365e01444ce88db0fa86c835940c0f9ddd746f268
test-harness-4.1.4-javadoc.jar 4459cdd093609a36e00c4fc4444d3bd95baa05ef9c14f3b6c8d21981992b529f
test-harness-4.1.4-sources.jar 2c1f5ef929453f3b682c7eb7c1e22db3082b5f74c5a5be439be5dc31dd7a31aa
test-harness-4.1.4.jar 55d3a590b81ffec48293a76c45c0695914b405bf9f02bfb930e3ab99b5867d4f
test-harness-core-4.1.4-javadoc.jar ad09ce092b138a5b1c0410e67620da269451d5d3f71540382b35017f68312e00
test-harness-core-4.1.4-sources.jar f320f5eb4069e9686b760b2a6a0760989753225f9e9ce1226e3258ec64795d8a
test-harness-core-4.1.4.jar cbec03867e077079d011e85f9932fb230fae3d909f741cffaa4c8097e91fdf40
test-harness-jupiter-4.1.4-javadoc.jar 25ce5464579a7d2a5b320351ce2d9fe9f18476485778b63bd810629d705542a4
test-harness-jupiter-4.1.4-sources.jar 210353a57016e26b1a654d936a15f039613fa1ac532d485c1b1d03902f6c6315
test-harness-jupiter-4.1.4.jar 17e8d78d1868f86e63f3e5e3d878e86f3d7fb1b8cf1a8d5f893333c982bfd3e2
Changelog

Sourced from spotbugs's changelog.

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)
Commits
  • e413395 release SpotBugs v4.1.4
  • b92376b fix for issue 1254, support nested private member access from JEP 181
  • b9027f7 docs: add missing CHANGELOG entries for #1317
  • a21443c docs: merge all FIXED issues into one part
  • 585d371 build(deps): bump junit from 4.13 to 4.13.1
  • 47d4a8f fix: remove incomplete translation in French
  • a48285a docs: fix IAE during XML generation with new JUA bug type
  • b2def1c fix: add missing metadata which makes XML generation failed
  • 7e59645 test: reproduce the reported problem as #1272
  • 84f2ad7 Fix minor typos
  • Additional commits viewable in compare view

Updates spotbugs-maven-plugin from 4.1.3 to 4.1.4

Commits
  • b3dfcdc [maven-release-plugin] prepare release spotbugs-maven-plugin-4.1.4
  • d9a0fcb Merge pull request #270 from hazendaz/spotbugs
  • 1036d31 [pom] Bump spotbugs to 4.1.4
  • fb010c9 Merge pull request #267 from spotbugs/dependabot/maven/org.codehaus.gmavenplu...
  • dedf1c5 Bump gmavenplus-plugin from 1.10.1 to 1.11.0
  • 0acb3c8 Merge pull request #265 from spotbugs/dependabot/maven/org.apache.ant-ant-1.10.9
  • e9a541e Bump ant from 1.10.8 to 1.10.9
  • abcddd8 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

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 dependabot bot added external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code labels Oct 20, 2020
@dependabot dependabot bot force-pushed the dependabot/maven/spotbugs-maven.version-4.1.4 branch 8 times, most recently from ca4a2b3 to aa2fb7b Compare October 27, 2020 12:34
@dependabot dependabot bot force-pushed the dependabot/maven/spotbugs-maven.version-4.1.4 branch 4 times, most recently from 9a8c18e to 4e27fec Compare October 27, 2020 15:19
Bumps `spotbugs-maven.version` from 4.1.3 to 4.1.4.

Updates `spotbugs` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/spotbugs/spotbugs/releases)
- [Changelog](https://github.com/spotbugs/spotbugs/blob/master/CHANGELOG.md)
- [Commits](spotbugs/spotbugs@4.1.3...4.1.4)

Updates `spotbugs-maven-plugin` from 4.1.3 to 4.1.4
- [Release notes](https://github.com/spotbugs/spotbugs-maven-plugin/releases)
- [Commits](spotbugs/spotbugs-maven-plugin@spotbugs-maven-plugin-4.1.3...spotbugs-maven-plugin-4.1.4)

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/maven/spotbugs-maven.version-4.1.4 branch from 4e27fec to 0527a50 Compare October 27, 2020 15:49
@planetf1
Copy link
Member

@dependabot rebase

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Oct 27, 2020

Looks like this PR is already up-to-date with master! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

@planetf1 planetf1 merged commit df4adde into master Oct 27, 2020
@dependabot dependabot bot deleted the dependabot/maven/spotbugs-maven.version-4.1.4 branch October 27, 2020 16:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
external-dependency Related to an external dependency (ie maven package etc). Bug or update java Pull requests that update Java code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant