This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
The following commit(s) were added to refs/heads/main by this push: new 879765b1939 Bump org.codehaus.plexus:plexus-xml from 4.0.3 to 4.0.4 (#14352) 879765b1939 is described below commit 879765b1939bdbab8be1368d65648909a960ebb1 Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> AuthorDate: Wed Jun 5 06:47:33 2024 +0200 Bump org.codehaus.plexus:plexus-xml from 4.0.3 to 4.0.4 (#14352) Bumps [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) from 4.0.3 to 4.0.4. - [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases) - [Commits](https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.0.3...plexus-xml-4.0.4) --- updated-dependencies: - dependency-name: org.codehaus.plexus:plexus-xml 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> --- tooling/parent/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tooling/parent/pom.xml b/tooling/parent/pom.xml index d77de7e37f9..6906aab3083 100644 --- a/tooling/parent/pom.xml +++ b/tooling/parent/pom.xml @@ -43,7 +43,7 @@ <plexus-build-api-version>1.2.0</plexus-build-api-version> <plexus-container-default-version>2.1.1</plexus-container-default-version> <plexus-utils-version>4.0.1</plexus-utils-version> - <plexus-xml-version>4.0.3</plexus-xml-version> + <plexus-xml-version>4.0.4</plexus-xml-version> <maven-archiver-version>3.6.2</maven-archiver-version> <plexus-archiver-version>4.9.2</plexus-archiver-version> <maven-artifact-transfer-version>0.13.1</maven-artifact-transfer-version>