Skip to content

dependabot: bump com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2#3105

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.puppycrawl.tools-checkstyle-10.12.2
Closed

dependabot: bump com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2#3105
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/gradle/com.puppycrawl.tools-checkstyle-10.12.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot bot commented on behalf of github Aug 7, 2023

Bumps com.puppycrawl.tools:checkstyle from 10.12.1 to 10.12.2.

Release notes

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

checkstyle-10.12.2

Checkstyle 10.12.2 - https://checkstyle.org/releasenotes.html#Release_10.12.2

Bug fixes:

#11338 - FinalClassCheck should report private classes without constructor

Commits
  • 457b94c [maven-release-plugin] prepare release checkstyle-10.12.2
  • 3e833da doc: release notes for 10.12.2
  • 74dc9ef Issue #13321: Kill mutation for JavadocUtil
  • 19f4925 Issue #13321: Kill mutation for CheckUtil-5
  • f9d79d0 Issue #13100: Create tests from InnerTypeLast xdoc examples
  • f5cbb24 Issue #13321: Kill mutation for Xpath profile
  • e539d51 minor: exclude codacy web site from linkcheck validation, permanent 403
  • 63b4549 Issue #13100: Create tests from HideUtilityClassConstructor xdoc examples
  • 0179a6b Issue #13100: Create tests from FinalClass xdoc examples
  • 1372c78 Issue #13100: Create tests from DesignForExtension xdoc examples
  • Additional commits viewable in compare view

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)

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Aug 7, 2023
@codecov
Copy link
Copy Markdown

codecov bot commented Aug 7, 2023

Codecov Report

Merging #3105 (7179dba) into main (35357a2) will decrease coverage by 0.06%.
The diff coverage is n/a.

@@             Coverage Diff              @@
##               main    #3105      +/-   ##
============================================
- Coverage     62.45%   62.40%   -0.06%     
+ Complexity     3353     3348       -5     
============================================
  Files           254      254              
  Lines         19749    19749              
  Branches       3334     3334              
============================================
- Hits          12335    12324      -11     
- Misses         5785     5792       +7     
- Partials       1629     1633       +4     

see 5 files with indirect coverage changes

@cwperks
Copy link
Copy Markdown
Member

cwperks commented Aug 7, 2023

@dependabot rebase

@dependabot dependabot bot force-pushed the dependabot/gradle/com.puppycrawl.tools-checkstyle-10.12.2 branch from b368359 to 3be5e3b Compare August 7, 2023 20:14
Copy link
Copy Markdown
Member

@peternied peternied left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@cwperks For shame! This patch version breaks the checkstyle job :D

No idea how to resolve this, module conflict, you want to look or should we ignore?

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':checkstyleMain'.
> Could not resolve all files for configuration ':checkstyle'.
   > Could not resolve com.google.guava:guava:32.0.1-jre.
     Required by:
         project : > com.puppycrawl.tools:checkstyle:10.12.2
      > Module 'com.google.guava:guava' has been rejected:
           Cannot select module with conflict on capability 'com.google.collections:google-collections:32.1.1-jre' also provided by [com.google.collections:google-collections:1.0(runtime)]
   > Could not resolve com.google.collections:google-collections:1.0.
     Required by:
         project : > com.puppycrawl.tools:checkstyle:10.12.2 > org.apache.maven.doxia:doxia-core:1.12.0 > org.codehaus.plexus:plexus-container-default:2.1.0
      > Module 'com.google.collections:google-collections' has been rejected:
           Cannot select module with conflict on capability 'com.google.collections:google-collections:1.0' also provided by [com.google.guava:guava:32.1.1-jre(jreRuntimeElements)]

@cwperks
Copy link
Copy Markdown
Member

cwperks commented Aug 10, 2023

Sure, I can take a look. I've been deep into gradle issues today so hopefully this is easier in comparison :P

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

---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/gradle/com.puppycrawl.tools-checkstyle-10.12.2 branch from 3be5e3b to 7179dba Compare August 11, 2023 18:07
@peternied
Copy link
Copy Markdown
Member

Closing this out to reduce noise in the pull request list. @cwperks feel free to reopen if you want to address. If there is another update to the dependency we'd get a fresh PR - so a future reminder will happen if there is anything meaningful (at least for now)

@peternied peternied closed this Aug 16, 2023
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot bot commented on behalf of github Aug 16, 2023

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@peternied peternied deleted the dependabot/gradle/com.puppycrawl.tools-checkstyle-10.12.2 branch August 16, 2023 20:09
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.

2 participants