This is an automated email from the ASF dual-hosted git repository. zhfeng pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-quarkus.git
The following commit(s) were added to refs/heads/main by this push: new 7195804a29 Bump cq-plugin.version from 4.16.0 to 4.16.1 (#6870) 7195804a29 is described below commit 7195804a29fb0718d9bb89200d60d41dbaef99e8 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Dec 13 11:27:06 2024 +0800 Bump cq-plugin.version from 4.16.0 to 4.16.1 (#6870) Bumps `cq-plugin.version` from 4.16.0 to 4.16.1. Updates `org.l2x6.cq:cq-filtered-external-enforcer-rules` from 4.16.0 to 4.16.1 - [Commits](https://github.com/l2x6/cq-maven-plugin/compare/4.16.0...4.16.1) Updates `org.l2x6.cq:cq-maven-plugin` from 4.16.0 to 4.16.1 - [Commits](https://github.com/l2x6/cq-maven-plugin/compare/4.16.0...4.16.1) --- updated-dependencies: - dependency-name: org.l2x6.cq:cq-filtered-external-enforcer-rules dependency-type: direct:production update-type: version-update:semver-patch - dependency-name: org.l2x6.cq:cq-maven-plugin dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <supp...@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 7f912ea50a..dbdc6536f8 100644 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ <maven-utils.version>0.1.0</maven-utils.version> <!-- Maven plugin versions (keep sorted alphabetically) --> - <cq-plugin.version>4.16.0</cq-plugin.version> + <cq-plugin.version>4.16.1</cq-plugin.version> <cyclonedx-maven-plugin-version>2.9.1</cyclonedx-maven-plugin-version> <build-helper-maven-plugin.version>3.6.0</build-helper-maven-plugin.version> <exec-maven-plugin.version>3.5.0</exec-maven-plugin.version>