google / auto

A collection of source code generators for Java.
Apache License 2.0
10.42k stars 1.2k forks source link

Bump the dependencies group in /value with 3 updates #1812

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the dependencies group in /value with 3 updates: org.apache.maven.plugins:maven-javadoc-plugin, com.google.errorprone:error_prone_annotations and com.google.errorprone:error_prone_type_annotations.

Updates org.apache.maven.plugins:maven-javadoc-plugin from 3.7.0 to 3.8.0

Commits
  • 621cba6 [maven-release-plugin] prepare release maven-javadoc-plugin-3.8.0
  • eab964c [MJAVADOC-603] javadoc:fix failure on JDK10: java.lang.ClassNotFoundException...
  • 0a26a7e Update since tags
  • 08205b1 Add compile step for MJAVADOC-365 IT
  • 4c8ca8e [MJAVADOC-804] Remove temporary directories created by tests
  • 91369fa [MJAVADOC-775] Option 'taglets/taglet/tagletpath' ignored when pointing to a JAR
  • be2fa20 [MJAVADOC-783] Invalid path when using TagletArtifact and TagletPath
  • 3eb47c5 [MJAVADOC-791] maven-javadoc-plugin not working correctly together with maven...
  • d3afd39 [MJAVADOC-803] Add default parameter to force root locale
  • 4904e08 [MJAVADOC-802] Set default value of defaultAuthor parameter in fix goals to $...
  • Additional commits viewable in compare view


Updates com.google.errorprone:error_prone_annotations from 2.28.0 to 2.29.2

Release notes

Sourced from com.google.errorprone:error_prone_annotations's releases.

Error Prone 2.29.2

This release contains all of the changes in 2.29.0 and 2.29.1, plus:

Full Changelog: https://github.com/google/error-prone/compare/v2.29.1...v2.29.2

Error Prone 2.29.1

This release contains all of the changes in 2.29.0, plus:

Full Changelog: https://github.com/google/error-prone/compare/v2.29.0...v2.29.1

Error Prone 2.29.0

New checks:

Closed issues: #4318, #4429, #4467

Full Changelog: https://github.com/google/error-prone/compare/v2.28.0...v2.29.0

Commits
  • 436f891 Release Error Prone 2.29.2
  • 526aa72 Restore module-info.
  • a19bcbc StatementSwitchToExpressionSwitch: Enhance code comment handling for direct c...
  • 5c26d0d Fix ASTHelpers#isRuleKind on JDK versions without CaseTree#getCaseKind
  • 81d3127 Fix an NPE in SetUnrecognized
  • bc33976 Use JSpecify 1.0!
  • 385e43a Disallow using traditional :-style switches as switch expressions
  • 2656f48 Create ThreadSafeTypeParameter to replace ThreadSafe.TypeParameter.
  • 6bd568d Don't complain about unused variables named _
  • 7f90df7 Improve docs for URLEqualsHashCode.
  • Additional commits viewable in compare view


Updates com.google.errorprone:error_prone_type_annotations from 2.28.0 to 2.29.2

Release notes

Sourced from com.google.errorprone:error_prone_type_annotations's releases.

Error Prone 2.29.2

This release contains all of the changes in 2.29.0 and 2.29.1, plus:

Full Changelog: https://github.com/google/error-prone/compare/v2.29.1...v2.29.2

Error Prone 2.29.1

This release contains all of the changes in 2.29.0, plus:

Full Changelog: https://github.com/google/error-prone/compare/v2.29.0...v2.29.1

Error Prone 2.29.0

New checks:

Closed issues: #4318, #4429, #4467

Full Changelog: https://github.com/google/error-prone/compare/v2.28.0...v2.29.0

Commits
  • 436f891 Release Error Prone 2.29.2
  • 526aa72 Restore module-info.
  • a19bcbc StatementSwitchToExpressionSwitch: Enhance code comment handling for direct c...
  • 5c26d0d Fix ASTHelpers#isRuleKind on JDK versions without CaseTree#getCaseKind
  • 81d3127 Fix an NPE in SetUnrecognized
  • bc33976 Use JSpecify 1.0!
  • 385e43a Disallow using traditional :-style switches as switch expressions
  • 2656f48 Create ThreadSafeTypeParameter to replace ThreadSafe.TypeParameter.
  • 6bd568d Don't complain about unused variables named _
  • 7f90df7 Improve docs for URLEqualsHashCode.
  • Additional commits viewable in compare view


Updates com.google.errorprone:error_prone_type_annotations from 2.28.0 to 2.29.2

Release notes

Sourced from com.google.errorprone:error_prone_type_annotations's releases.

Error Prone 2.29.2

This release contains all of the changes in 2.29.0 and 2.29.1, plus:

Full Changelog: https://github.com/google/error-prone/compare/v2.29.1...v2.29.2

Error Prone 2.29.1

This release contains all of the changes in 2.29.0, plus:

Full Changelog: https://github.com/google/error-prone/compare/v2.29.0...v2.29.1

Error Prone 2.29.0

New checks:

Closed issues: #4318, #4429, #4467

Full Changelog: https://github.com/google/error-prone/compare/v2.28.0...v2.29.0

Commits
  • 436f891 Release Error Prone 2.29.2
  • 526aa72 Restore module-info.
  • a19bcbc StatementSwitchToExpressionSwitch: Enhance code comment handling for direct c...
  • 5c26d0d Fix ASTHelpers#isRuleKind on JDK versions without CaseTree#getCaseKind
  • 81d3127 Fix an NPE in SetUnrecognized
  • bc33976 Use JSpecify 1.0!
  • 385e43a Disallow using traditional :-style switches as switch expressions
  • 2656f48 Create ThreadSafeTypeParameter to replace ThreadSafe.TypeParameter.
  • 6bd568d Don't complain about unused variables named _
  • 7f90df7 Improve docs for URLEqualsHashCode.
  • 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 show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
dependabot[bot] commented 2 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml