Re: [PR] Bump org.assertj:assertj-core from 3.25.3 to 3.26.0 [cxf]
reta merged PR #1899: URL: https://github.com/apache/cxf/pull/1899 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
Re: [PR] Bump cxf.xnio.version from 3.8.14.Final to 3.8.15.Final [cxf]
reta merged PR #1898: URL: https://github.com/apache/cxf/pull/1898 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@cxf.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org
[PR] Bump com.puppycrawl.tools:checkstyle from 10.16.0 to 10.17.0 [cxf]
dependabot[bot] opened a new pull request, #1900: URL: https://github.com/apache/cxf/pull/1900 Bumps [com.puppycrawl.tools:checkstyle](https://github.com/checkstyle/checkstyle) from 10.16.0 to 10.17.0. Release notes Sourced from https://github.com/checkstyle/checkstyle/releases";>com.puppycrawl.tools:checkstyle's releases. checkstyle-10.17.0 Checkstyle 10.17.0 - https://checkstyle.org/releasenotes.html#Release_10.17.0";>https://checkstyle.org/releasenotes.html#Release_10.17.0 Breaking backward compatibility: https://redirect.github.com/checkstyle/checkstyle/issues/13758";>#13758 - ImportOrder: replace Pattern[] with String[] type for properties staticGroups and groups New: https://redirect.github.com/checkstyle/checkstyle/issues/14726";>#14726 - new Check: ConstructorsDeclarationGrouping to check the grouping of overloaded constructors Bug fixes: https://redirect.github.com/checkstyle/checkstyle/issues/13012";>#13012 - Checkstyle fails with "Path contains invalid character" if path to config file contains non-ascii characters https://redirect.github.com/checkstyle/checkstyle/issues/13167";>#13167 - Null pointer Exception in UnusedLocalVariableCheck https://redirect.github.com/checkstyle/checkstyle/issues/14506";>#14506 - False positive for UnusedLocalVariable https://redirect.github.com/checkstyle/checkstyle/issues/14825";>#14825 - WhitespaceAround reports a violation when switch expression is passed as a method argument https://redirect.github.com/checkstyle/checkstyle/issues/13086";>#13086 - InnerAssignmentCheck failed for one line code in Java 14 switch expression Commits https://github.com/checkstyle/checkstyle/commit/b2703848dbdbeeecb53bfaa702d5cfe84261db87";>b270384 [maven-release-plugin] prepare release checkstyle-10.17.0 https://github.com/checkstyle/checkstyle/commit/da11a8df0c11e4bcc8f3a29dce449c7c69fe1eb4";>da11a8d doc: release notes for 10.17.0 https://github.com/checkstyle/checkstyle/commit/15e0c7e82d090e93ad3deaddb4fea22e6a1dd866";>15e0c7e Issue https://redirect.github.com/checkstyle/checkstyle/issues/14877";>#14877: drop java 14 build https://github.com/checkstyle/checkstyle/commit/8a4b40600c1c772a591744875af9e9d09c7b884d";>8a4b406 Issue https://redirect.github.com/checkstyle/checkstyle/issues/13012";>#13012: fix loading with non-ascii symbols in path https://github.com/checkstyle/checkstyle/commit/96eeed50f00d9c1facecc8e1f20d0113456b7469";>96eeed5 Pull https://redirect.github.com/checkstyle/checkstyle/issues/14662";>#14662: shallowClone in checkstyle-tester with SHA checkout https://github.com/checkstyle/checkstyle/commit/c15242f7fd5ddcae56e868bec3e8431693716e01";>c15242f Issue https://redirect.github.com/checkstyle/checkstyle/issues/13167";>#13167: Fix NPE in UnusedLocalVariable check https://github.com/checkstyle/checkstyle/commit/8605dd8f98514addafaa379eb376f3355957cebd";>8605dd8 dependency: bump org.gaul:modernizer-maven-plugin from 2.7.0 to 2.9.0 https://github.com/checkstyle/checkstyle/commit/c5a873b11bd1797971f30dae955be3fa8dd460eb";>c5a873b --- https://github.com/checkstyle/checkstyle/commit/9d9aad443b7aca54789dcf7917fb3c919f15f098";>9d9aad4 --- https://github.com/checkstyle/checkstyle/commit/b8615479028fb40523376d6093db01df9db6876a";>b861547 Issue https://redirect.github.com/checkstyle/checkstyle/issues/14726";>#14726: new check: ConstructorsDeclarationGroupingCheck Additional commits viewable in https://github.com/checkstyle/checkstyle/compare/checkstyle-10.16.0...checkstyle-10.17.0";>compare view [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) 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-automerge-start) [//]: # (dependabot-automerge-end) --- 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 - `@de