You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ap...@apache.org on 2023/12/21 08:01:59 UTC

(camel) branch main updated: Bump org.codehaus.plexus:plexus-xml from 4.0.2 to 4.0.3

This is an automated email from the ASF dual-hosted git repository.

apupier 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 a99e5d932e4 Bump org.codehaus.plexus:plexus-xml from 4.0.2 to 4.0.3
a99e5d932e4 is described below

commit a99e5d932e457b40dba5f920e5a349b0f2b7494c
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Dec 21 07:08:12 2023 +0000

    Bump org.codehaus.plexus:plexus-xml from 4.0.2 to 4.0.3
    
    Bumps [org.codehaus.plexus:plexus-xml](https://github.com/codehaus-plexus/plexus-xml) from 4.0.2 to 4.0.3.
    - [Release notes](https://github.com/codehaus-plexus/plexus-xml/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-xml/compare/plexus-xml-4.0.2...plexus-xml-4.0.3)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-xml
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <su...@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 507a450bf22..7f0ea068a5d 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.0</plexus-utils-version>
-        <plexus-xml-version>4.0.2</plexus-xml-version>
+        <plexus-xml-version>4.0.3</plexus-xml-version>
         <maven-archiver-version>3.6.1</maven-archiver-version>
         <plexus-archiver-version>4.9.0</plexus-archiver-version>
         <maven-artifact-transfer-version>0.13.1</maven-artifact-transfer-version>