java-dataloader
java-dataloader copied to clipboard
Bump com.google.errorprone:error_prone_core from 2.43.0 to 2.45.0
Bumps com.google.errorprone:error_prone_core from 2.43.0 to 2.45.0.
Release notes
Sourced from com.google.errorprone:error_prone_core's releases.
Error Prone 2.45.0
Changes:
- Improved compatibility with latest JDK 26 EA builds.
New checks:
AssertSameIncompatible: Detect calls toassertSameand similar assertions, where the calls are guaranteed to either succeed or fail.FormatStringShouldUsePlaceholders: Suggests using a format string instead of string concatenation operations on format methodsClosed issues: #5335
Full changelog: https://github.com/google/error-prone/compare/v2.44.0...v2.45.0
Error Prone 2.44.0
Changes
- The default severity for
LabelledBreakTargetis now an error- Update dependency on Guava (#5108)
Full changelog: https://github.com/google/error-prone/compare/v2.43.0...v2.44.0
Commits
c862815Release Error Prone 2.45.07027d9fAdd negative test cases for AlwaysThrows with non-literal arguments.8669adbFix parameter name handling of enum constructor arguments679c4acUpdate end position handlingdc1279eAssertSameIncompatible: flag calls to assertSame/etc where the calls are guar...24387deInternal change5300dc6Disable an InvalidLink test for a javadoc bug on JDK >= 2675dcd53Fix the Optional wrapping in the description of NonCanonicalStaticMemberImport.10f5424FormatStringShouldUsePlaceholders shouldn't rewrite calls with a pass-through...3ef3d79The verb form of "recursion" is "to recur", not "to recurse". Quoting my CS p...- 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 rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill 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 versionwill 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 dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)