This is an automated email from the ASF dual-hosted git repository. pcongiusti pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
The following commit(s) were added to refs/heads/main by this push: new 489cbf85 build(deps): bump org.apache.maven.shared:maven-shared-utils 489cbf85 is described below commit 489cbf8591c382901bd1c1a8f2dbe605b3bf9665 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Fri Dec 15 20:58:41 2023 +0000 build(deps): bump org.apache.maven.shared:maven-shared-utils Bumps [org.apache.maven.shared:maven-shared-utils](https://github.com/apache/maven-shared-utils) from 3.3.3 to 3.4.2. - [Release notes](https://github.com/apache/maven-shared-utils/releases) - [Commits](https://github.com/apache/maven-shared-utils/compare/maven-shared-utils-3.3.3...maven-shared-utils-3.4.2) --- updated-dependencies: - dependency-name: org.apache.maven.shared:maven-shared-utils dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <supp...@github.com> --- pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 41a1a314..28ac9bf1 100644 --- a/pom.xml +++ b/pom.xml @@ -84,7 +84,7 @@ <maven-site-plugin-version>3.12.1</maven-site-plugin-version> <maven-pmd-plugin-version>3.21.2</maven-pmd-plugin-version> <maven-pmd-plugin-asm-version>9.6</maven-pmd-plugin-asm-version> - <maven-pmd-plugin-shared-utils-version>3.3.3</maven-pmd-plugin-shared-utils-version> + <maven-pmd-plugin-shared-utils-version>3.4.2</maven-pmd-plugin-shared-utils-version> <maven-plugin-plugin-version>3.10.2</maven-plugin-plugin-version> <maven-plugin-api-version>3.6.3</maven-plugin-api-version> <maven-plugin-tools-version>3.10.2</maven-plugin-tools-version>