Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(deps): update dependency com.puppycrawl.tools:checkstyle to v10.1…
…2.7 (#7902) * fix(deps): update dependency com.puppycrawl.tools:checkstyle to v10.12.7 * Fix dependency resolution error ``` Could not determine the dependencies of task ':iceberg-views:checkstyleIntTest'. > Could not resolve all task dependencies for configuration ':iceberg-views:checkstyle'. > Could not resolve com.google.guava:guava:33.0.0-jre. Required by: project :iceberg-views > com.puppycrawl.tools:checkstyle:10.12.7 > Module 'com.google.guava:guava' has been rejected: Cannot select module with conflict on capability 'com.google.collections:google-collections:33.0.0-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 :iceberg-views > com.puppycrawl.tools:checkstyle:10.12.7 > 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:33.0.0-jre(jreRuntimeElements)] ``` --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Robert Stupp <[email protected]>
- Loading branch information