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 the dependencies group with 6 updates #52

Merged
merged 1 commit into from
Jul 15, 2024

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Jul 15, 2024

Bumps the dependencies group with 6 updates:

Package From To
com.puppycrawl.tools:checkstyle 10.12.2 10.17.0
org.apache.maven.plugins:maven-checkstyle-plugin 3.3.0 3.4.0
org.apache.maven.plugins:maven-plugin-plugin 3.9.0 3.13.1
org.sonatype.central:central-publishing-maven-plugin 0.4.0 0.5.0
org.apache.maven:maven-plugin-api 3.9.3 3.9.8
org.apache.maven.plugin-tools:maven-plugin-annotations 3.9.0 3.13.1

Updates com.puppycrawl.tools:checkstyle from 10.12.2 to 10.17.0

Release notes

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

checkstyle-10.17.0

Checkstyle 10.17.0 - https://checkstyle.org/releasenotes.html#Release_10.17.0

Breaking backward compatibility:

#13758 - ImportOrder: replace Pattern[] with String[] type for properties staticGroups and groups

New:

#14726 - new Check: ConstructorsDeclarationGrouping to check the grouping of overloaded constructors

Bug fixes:

#13012 - Checkstyle fails with "Path contains invalid character" if path to config file contains non-ascii characters #13167 - Null pointer Exception in UnusedLocalVariableCheck #14506 - False positive for UnusedLocalVariable #14825 - WhitespaceAround reports a violation when switch expression is passed as a method argument #13086 - InnerAssignmentCheck failed for one line code in Java 14 switch expression

checkstyle-10.16.0

Checkstyle 10.16.0 - https://checkstyle.org/releasenotes.html#Release_10.16.0

New:

#14620 - LITERAL_CASE token support in RightCurlyCheck

Bug fixes:

... (truncated)

Commits
  • b270384 [maven-release-plugin] prepare release checkstyle-10.17.0
  • da11a8d doc: release notes for 10.17.0
  • 15e0c7e Issue #14877: drop java 14 build
  • 8a4b406 Issue #13012: fix loading with non-ascii symbols in path
  • 96eeed5 Pull #14662: shallowClone in checkstyle-tester with SHA checkout
  • c15242f Issue #13167: Fix NPE in UnusedLocalVariable check
  • 8605dd8 dependency: bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.9.0
  • c5a873b ---
  • 9d9aad4 ---
  • b861547 Issue #14726: new check: ConstructorsDeclarationGroupingCheck
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-checkstyle-plugin from 3.3.0 to 3.4.0

Commits
  • 3af735f [maven-release-plugin] prepare release maven-checkstyle-plugin-3.4.0
  • e72bd83 [MCHECKSTYLE-448] Upgrade to Parent 42 and Maven 3.6.3
  • 61def02 Add missing dependencies
  • 142304a [MCHECKSTYLE-450] Checkstyle rule link format results in 404
  • 1ad6033 [MCHECKSTYLE-449] Add support for SARIF output format
  • a29a294 Bump maven-gh-actions-shared to v4
  • cf708a3 [MCHECKSTYLE-447] Bump org.codehaus.plexus:plexus-resources from 1.1.0 to 1.3...
  • 34fcf3e Bump org.codehaus.mojo:build-helper-maven-plugin from 3.4.0 to 3.5.0 (#127)
  • 05df96b Bump org.apache.commons:commons-lang3 from 3.12.0 to 3.14.0 (#128)
  • 6521c29 Bump org.codehaus.plexus:plexus-component-metadata from 2.1.1 to 2.2.0 (#131)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugins:maven-plugin-plugin from 3.9.0 to 3.13.1

Release notes

Sourced from org.apache.maven.plugins:maven-plugin-plugin's releases.

3.13.1

Release Notes - Maven Plugin Tools - Version 3.13.1

Task

  • [MPLUGIN-526] - Clean up dependencies reported by dependencies:analyze

3.13.0

Release Notes - Maven Plugin Tools - Version 3.13.0

Bug

  • [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong order
  • [MPLUGIN-521] - Nested types not properly extracted cause exception while generating Javadoc URLs

Improvement

Dependency upgrade

  • [MPLUGIN-516] - Upgrade asmVersion from 9.6 to 9.7
  • [MPLUGIN-519] - Update to Parent POM 42, prerequisite 3.6.3

3.12.0

Release Notes - Maven Plugin Tools - Version 3.12.0

3.11.0

Release Notes - Maven Plugin Tools - Version 3.11.0

... (truncated)

Commits
  • 7098c96 [maven-release-plugin] prepare release maven-plugin-tools-3.13.1
  • 2144feb ---
  • 441b5f5 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
  • ca6a073 [MPLUGIN-526] Clean up dependencies reported by dependencies:analyze
  • 993425c [maven-release-plugin] prepare for next development iteration
  • 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0
  • 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener...
  • 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of m...
  • e746d9c [MPLUGIN-517] GoalRenderer renderParameterDetails() renders in wrong order
  • af234c6 [MPLUGIN-516] Bump asmVersion from 9.6 to 9.7
  • Additional commits viewable in compare view

Updates org.sonatype.central:central-publishing-maven-plugin from 0.4.0 to 0.5.0

Commits

Updates org.apache.maven:maven-plugin-api from 3.9.3 to 3.9.8

Release notes

Sourced from org.apache.maven:maven-plugin-api's releases.

3.9.8

Release Notes - Maven - Version 3.9.8

... (truncated)

Commits
  • 36645f6 [maven-release-plugin] prepare release maven-3.9.8
  • 105d843 [MNG-8154] Upgrade default plugin bindings
  • 37f1f02 [MNG-7758] Report dependency problems for all repository
  • 083716d [MNG-8150] Backport TransferListener improvements for Maven 3.9.x (#1576)
  • 02927b7 [MNG-8141] Aftermath, and tidy up (#1572)
  • ac5d71a Reformat, no code change
  • dd8c95c [MNG-8141][MNG-8147] Restore profile ID invariance but warn if duplicate IDs ...
  • 758e054 Revert "[MNG-8141] Model builder should report problems it finds during build...
  • 7fcd8c5 [MNG-8141] Model builder should report problems it finds during build (#1556)
  • 66266e5 [MNG-8140] Always tell why model was discarded as "invalid" (#1555)
  • Additional commits viewable in compare view

Updates org.apache.maven.plugin-tools:maven-plugin-annotations from 3.9.0 to 3.13.1

Release notes

Sourced from org.apache.maven.plugin-tools:maven-plugin-annotations's releases.

3.13.1

Release Notes - Maven Plugin Tools - Version 3.13.1

Task

  • [MPLUGIN-526] - Clean up dependencies reported by dependencies:analyze

3.13.0

Release Notes - Maven Plugin Tools - Version 3.13.0

Bug

  • [MPLUGIN-517] - GoalRenderer renderParameterDetails() renders in wrong order
  • [MPLUGIN-521] - Nested types not properly extracted cause exception while generating Javadoc URLs

Improvement

Dependency upgrade

  • [MPLUGIN-516] - Upgrade asmVersion from 9.6 to 9.7
  • [MPLUGIN-519] - Update to Parent POM 42, prerequisite 3.6.3

3.12.0

Release Notes - Maven Plugin Tools - Version 3.12.0

3.11.0

Release Notes - Maven Plugin Tools - Version 3.11.0

... (truncated)

Commits
  • 7098c96 [maven-release-plugin] prepare release maven-plugin-tools-3.13.1
  • 2144feb ---
  • 441b5f5 Bump org.assertj:assertj-core from 3.25.3 to 3.26.0
  • ca6a073 [MPLUGIN-526] Clean up dependencies reported by dependencies:analyze
  • 993425c [maven-release-plugin] prepare for next development iteration
  • 7a9ba2a [maven-release-plugin] prepare release maven-plugin-tools-3.13.0
  • 789315b [MPLUGIN-521] Nested types not properly extracted cause exception while gener...
  • 1fa1805 [MPLUGIN-519][MPLUGIN-520] Parent POM 42, prerequisite of 3.6.3, get rid of m...
  • e746d9c [MPLUGIN-517] GoalRenderer renderParameterDetails() renders in wrong order
  • af234c6 [MPLUGIN-516] Bump asmVersion from 9.6 to 9.7
  • 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

Bumps the dependencies group with 6 updates:

| Package | From | To |
| --- | --- | --- |
| [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) | `10.12.2` | `10.17.0` |
| [org.apache.maven.plugins:maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) | `3.3.0` | `3.4.0` |
| [org.apache.maven.plugins:maven-plugin-plugin](https://github.com/apache/maven-plugin-tools) | `3.9.0` | `3.13.1` |
| [org.sonatype.central:central-publishing-maven-plugin](https://github.com/sonatype/central-publishing-maven-plugin) | `0.4.0` | `0.5.0` |
| [org.apache.maven:maven-plugin-api](https://github.com/apache/maven) | `3.9.3` | `3.9.8` |
| [org.apache.maven.plugin-tools:maven-plugin-annotations](https://github.com/apache/maven-plugin-tools) | `3.9.0` | `3.13.1` |


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

Updates `org.apache.maven.plugins:maven-checkstyle-plugin` from 3.3.0 to 3.4.0
- [Commits](apache/maven-checkstyle-plugin@maven-checkstyle-plugin-3.3.0...maven-checkstyle-plugin-3.4.0)

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

Updates `org.sonatype.central:central-publishing-maven-plugin` from 0.4.0 to 0.5.0
- [Commits](https://github.com/sonatype/central-publishing-maven-plugin/commits)

Updates `org.apache.maven:maven-plugin-api` from 3.9.3 to 3.9.8
- [Release notes](https://github.com/apache/maven/releases)
- [Commits](apache/maven@maven-3.9.3...maven-3.9.8)

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

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugins:maven-plugin-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.sonatype.central:central-publishing-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
- dependency-name: org.apache.maven:maven-plugin-api
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: dependencies
- dependency-name: org.apache.maven.plugin-tools:maven-plugin-annotations
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Jul 15, 2024
@Frawless Frawless merged commit b9a3bd1 into main Jul 15, 2024
4 checks passed
@Frawless Frawless deleted the dependabot/maven/dependencies-b2805f69f8 branch July 15, 2024 08:23
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant