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 maven-shared-resources from 2 to 4 #31

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 13, 2021

Bumps maven-shared-resources from 2 to 4.

Commits

Dependabot compatibility score

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 [maven-shared-resources](https://github.com/apache/maven-shared-resources) from 2 to 4.
- [Release notes](https://github.com/apache/maven-shared-resources/releases)
- [Commits](https://github.com/apache/maven-shared-resources/commits)

---
updated-dependencies:
- dependency-name: org.apache.maven.shared:maven-shared-resources
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 13, 2021
@cstamas cstamas merged commit be57b24 into master Oct 19, 2021
@cstamas cstamas deleted the dependabot/maven/org.apache.maven.shared-maven-shared-resources-4 branch October 19, 2021 06:31
@rfscholte
Copy link
Contributor

Looks like this commit broke the build, see https://ci-maven.apache.org/job/Maven/job/maven-box/job/maven-parent/job/master/

@cstamas
Copy link
Member

cstamas commented Oct 20, 2021

Yup, so maven-shared-resources 3+ has this commit:
apache/maven-shared-resources@5fbc3eb

But according to doco https://checkstyle.sourceforge.io/config_filefilters.html#BeforeExecutionExclusionFileFilter
This module is "since 7.2", while maven-checkstyle-plugin:3.0.0 uses checkstyle 6.18

cstamas added a commit that referenced this pull request Oct 20, 2021
This reverts commit be57b24.

As maven-shared-resources 3+ has this commit:
apache/maven-shared-resources@5fbc3eb

That according to doco
https://checkstyle.sourceforge.io/config_filefilters.html#BeforeExecutionExclusionFileFilter
is "since 7.2", while maven-checkstyle-plugin:3.0.0 uses checkstyle 6.18

Moreover, maven-shared-resources 4+ has this commit:
apache/maven-shared-resources@fbef6f6
that requires checkstyle 8.42+

Currently there is no release of maven-checkstyle-plugin that uses checkstyle 8.42+
hence reverting this commit.
@cstamas
Copy link
Member

cstamas commented Oct 20, 2021

Pushed revert c468598

@slachiewicz
Copy link
Member

Yes, together we can use newer checkstyle plugin 3.1.2 http://maven.apache.org/plugins/maven-checkstyle-plugin/examples/upgrading-checkstyle.html

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.

3 participants