You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by re...@apache.org on 2023/02/03 15:22:13 UTC

[cxf] branch main updated: Bump plexus-utils from 3.4.2 to 3.5.0 (#1109)

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

reta pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/cxf.git


The following commit(s) were added to refs/heads/main by this push:
     new 09211352a7 Bump plexus-utils from 3.4.2 to 3.5.0 (#1109)
09211352a7 is described below

commit 09211352a70bef5e309f9e93a9548eb9657e0673
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Fri Feb 3 10:22:04 2023 -0500

    Bump plexus-utils from 3.4.2 to 3.5.0 (#1109)
    
    Bumps [plexus-utils](https://github.com/codehaus-plexus/plexus-utils) from 3.4.2 to 3.5.0.
    - [Release notes](https://github.com/codehaus-plexus/plexus-utils/releases)
    - [Commits](https://github.com/codehaus-plexus/plexus-utils/compare/plexus-utils-3.4.2...plexus-utils-3.5.0)
    
    ---
    updated-dependencies:
    - dependency-name: org.codehaus.plexus:plexus-utils
      dependency-type: direct:production
      update-type: version-update:semver-minor
    ...
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 614cba2249..c0954fdaed 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -169,7 +169,7 @@
         <cxf.openwebbeans.version>2.0.27</cxf.openwebbeans.version>
         <cxf.persistence-api.version>3.0.0</cxf.persistence-api.version>
         <cxf.plexus-archiver.version>4.6.1</cxf.plexus-archiver.version>
-        <cxf.plexus-utils.version>3.4.2</cxf.plexus-utils.version>
+        <cxf.plexus-utils.version>3.5.0</cxf.plexus-utils.version>
         <cxf.reactivestreams.version>1.0.4</cxf.reactivestreams.version>
         <cxf.reactor.version>3.5.2</cxf.reactor.version>
         <cxf.rhino.version>1.7.14</cxf.rhino.version>