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

chore: [DevOps] bump the production-minor-patch group across 1 directory with 4 updates #576

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Sep 2, 2024

Bumps the production-minor-patch group with 4 updates in the / directory: org.apache.maven.plugin-tools:maven-plugin-annotations, io.swagger.core.v3:swagger-models, com.puppycrawl.tools:checkstyle and com.google.errorprone:error_prone_annotations.

Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.14.0 to 3.15.0

Commits
  • 8e22d5a [maven-release-plugin] prepare release maven-plugin-tools-3.15.0
  • 6635114 [MPLUGIN-501] Upgrade to Doxia 2.0.0 Milestone Stack
  • 1520654 [MPLUGIN-528] Tone done report plugin console output
  • 810a5bd Bump org.apache.maven:maven-parent from 42 to 43
  • e4c3aa5 Bump org.hamcrest:hamcrest from 2.2 to 3.0
  • 6ba8235 [MPLUGIN-530] Deprecate o.a.m.plugins.annotations.Component
  • f1acf76 [maven-release-plugin] prepare for next development iteration
  • See full diff in compare view

Updates io.swagger.core.v3:swagger-models from 2.2.22 to 2.2.23

Updates com.puppycrawl.tools:checkstyle from 10.18.0 to 10.18.1

Release notes

Sourced from com.puppycrawl.tools:checkstyle's releases.

checkstyle-10.18.1

Checkstyle 10.18.1 - https://checkstyle.org/releasenotes.html#Release_10.18.1

Bug fixes:

#15556 - google_checks failing on 'MethodName' with @ParameterizedTest

Commits
  • fa2f4b8 [maven-release-plugin] prepare release checkstyle-10.18.1
  • 20a7ac1 doc: release notes for 10.18.1
  • 33e7f90 dependency: bump org.apache.ant:ant from 1.10.14 to 1.10.15
  • 6c1f0b4 Issue #15579: Issue of failure of make_report in new workflow does not make c...
  • 3bb8d52 Issue #15573: Handling the concurrency model in the new workflow
  • e2c65c1 dependency: bump actions/setup-java from 3 to 4
  • ab89486 dependency: bump org.pitest:pitest-maven from 1.16.1 to 1.16.2
  • 72bd717 dependency: bump com.google.errorprone:error_prone_core
  • 2137cfd Issue #15567: Fix the new workflow and Optimise it
  • 9dac1f2 Issue #15556: updated MethodName module in google_checks.xml to ignore method...
  • Additional commits viewable in compare view

Updates com.google.errorprone:error_prone_annotations from 2.30.0 to 2.31.0

Release notes

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

Error Prone 2.31.0

This is the last planned minor release of Error Prone that will support running on JDK 11, see #3803. Using Error Prone to compile code that is deployed to earlier versions will continue to be fully supported, but will require using JDK 17 or newer for compilation and setting --release or -source/-target/-bootclasspath.

Changes:

New checks:

  • AutoValueBoxedValues: AutoValue instances should not usually contain boxed types that are not Nullable. We recommend removing the unnecessary boxing.

Full changelog: google/error-prone@v2.30.0...v2.31.0

Commits
  • 4294aac Release Error Prone 2.31.0
  • 5bf91fb Replace {@link ThreadSafeTypeParameter} with {@code ThreadSafeTypeParameter}
  • a5a7189 Replace ComparisonChain with a Comparator chain.
  • 7e9a100 Make ThreadSafeTypeParameter useful in the open-source version of ErrorProne.
  • b4cebef Fix typo noted by @​Stephan202.
  • 354104e Remove ThreadSafe.TypeParameter now that it's been replaced by `ThreadSafeT...
  • 7542d36 Don't fire CanIgnoreReturnValueSuggester for simple return param; impleme...
  • 0a5a5b8 Migrate CollectionIncompatibleType from the deprecated withSignature to `...
  • 78218f2 Write more about withSignature.
  • 90d9390 Mark some Kotlin ranges as Immutable.
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…ory with 4 updates

Bumps the production-minor-patch group with 4 updates in the / directory: [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools), io.swagger.core.v3:swagger-models, [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) and [com.google.errorprone:error_prone_annotations](https://github.com/google/error-prone).


Updates `org.apache.maven.plugin-tools:maven-plugin-annotations` from 3.14.0 to 3.15.0
- [Release notes](https://github.com/apache/maven-plugin-tools/releases)
- [Commits](apache/maven-plugin-tools@maven-plugin-tools-3.14.0...maven-plugin-tools-3.15.0)

Updates `io.swagger.core.v3:swagger-models` from 2.2.22 to 2.2.23

Updates `com.puppycrawl.tools:checkstyle` from 10.18.0 to 10.18.1
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](checkstyle/checkstyle@checkstyle-10.18.0...checkstyle-10.18.1)

Updates `com.google.errorprone:error_prone_annotations` from 2.30.0 to 2.31.0
- [Release notes](https://github.com/google/error-prone/releases)
- [Commits](google/error-prone@v2.30.0...v2.31.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
- dependency-name: io.swagger.core.v3:swagger-models
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-minor-patch
- dependency-name: com.google.errorprone:error_prone_annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-minor-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file java Pull requests that update Java code labels Sep 2, 2024
@MatKuhr MatKuhr merged commit 98a9366 into main Sep 2, 2024
14 checks passed
@MatKuhr MatKuhr deleted the dependabot/maven/main/production-minor-patch-87c68e06e9 branch September 2, 2024 17:43
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.

1 participant