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 versions.errorprone from 2.5.1 to 2.6.0 #2250

Merged
merged 2 commits into from Apr 1, 2021

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 1, 2021

Bumps versions.errorprone from 2.5.1 to 2.6.0.
Updates error_prone_core from 2.5.1 to 2.6.0

Commits
  • 86f8e23 Add TimeUnit APIs to ReturnValueIgnored.
  • c5e1687 Disable BanSerializableRead by default
  • 3d64250 Improve ConstantPatternCompile fixes
  • 553603f Add a missing @Nullable annotation.
  • 3e14f54 Generalize ConstantPatternCompile
  • 456dcf0 Rename isNull and isNonNull matchers to make it
  • ed55201 Inet4Address and Inet6Address are immutable
  • 91951e3 Remove deprecated attributes from @RestrictedApi
  • 2b10575 Rethrow ReflectiveOperationException as LinkageError instead of AssertionError.
  • fc7cca8 Expand ImmutableMemberCollection to convert private final member collection...
  • Additional commits viewable in compare view

Updates error_prone_test_helpers from 2.5.1 to 2.6.0

Commits
  • 86f8e23 Add TimeUnit APIs to ReturnValueIgnored.
  • c5e1687 Disable BanSerializableRead by default
  • 3d64250 Improve ConstantPatternCompile fixes
  • 553603f Add a missing @Nullable annotation.
  • 3e14f54 Generalize ConstantPatternCompile
  • 456dcf0 Rename isNull and isNonNull matchers to make it
  • ed55201 Inet4Address and Inet6Address are immutable
  • 91951e3 Remove deprecated attributes from @RestrictedApi
  • 2b10575 Rethrow ReflectiveOperationException as LinkageError instead of AssertionError.
  • fc7cca8 Expand ImmutableMemberCollection to convert private final member collection...
  • Additional commits viewable 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 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 `versions.errorprone` from 2.5.1 to 2.6.0.

Updates `error_prone_core` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.5.1...v2.6.0)

Updates `error_prone_test_helpers` from 2.5.1 to 2.6.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.5.1...v2.6.0)

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 Apr 1, 2021
@codecov-io
Copy link

codecov-io commented Apr 1, 2021

Codecov Report

Merging #2250 (1e42b82) into release/3.x (fde5abb) will decrease coverage by 0.06%.
The diff coverage is 66.07%.

Impacted file tree graph

@@                Coverage Diff                @@
##             release/3.x    #2250      +/-   ##
=================================================
- Coverage          84.89%   84.83%   -0.07%     
- Complexity          2720     2730      +10     
=================================================
  Files                325      326       +1     
  Lines               8277     8322      +45     
  Branches             989      992       +3     
=================================================
+ Hits                7027     7060      +33     
- Misses               981      989       +8     
- Partials             269      273       +4     
Impacted Files Coverage Δ Complexity Δ
src/main/java/org/mockito/ArgumentMatchers.java 99.06% <ø> (ø) 59.00 <0.00> (ø)
src/main/java/org/mockito/BDDMockito.java 88.67% <ø> (ø) 10.00 <0.00> (ø)
...ByteBuddyCrossClassLoaderSerializationSupport.java 69.76% <ø> (ø) 6.00 <0.00> (ø)
...l/creation/bytebuddy/InlineByteBuddyMockMaker.java 69.14% <0.00%> (-1.18%) 50.00 <0.00> (-1.00)
...al/creation/bytebuddy/InlineBytecodeGenerator.java 84.27% <0.00%> (-5.18%) 38.00 <0.00> (-1.00)
.../main/java/org/mockito/internal/util/Platform.java 89.18% <ø> (ø) 15.00 <0.00> (ø)
...ternal/util/reflection/GenericMetadataSupport.java 85.90% <ø> (ø) 38.00 <0.00> (ø)
...ain/java/org/mockito/junit/MockitoJUnitRunner.java 100.00% <ø> (ø) 5.00 <0.00> (ø)
src/main/java/org/mockito/plugins/MockMaker.java 87.50% <0.00%> (-12.50%) 3.00 <0.00> (ø)
...ugpatterns/AbstractMockitoAnyForPrimitiveType.java 71.42% <0.00%> (-1.49%) 7.00 <0.00> (ø)
... and 18 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update ec34188...1e42b82. Read the comment docs.

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
Development

Successfully merging this pull request may close these issues.

None yet

2 participants