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/07 16:17:53 UTC

[cxf] 02/02: Bump jaxen from 1.1.4 to 2.0.0 (#1118)

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

reta pushed a commit to branch 3.6.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git

commit 137df3a5340e0f940ef7e5634468414fdcde4664
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 7 08:53:22 2023 -0500

    Bump jaxen from 1.1.4 to 2.0.0 (#1118)
    
    Bumps [jaxen](https://github.com/jaxen-xpath/jaxen) from 1.1.4 to 2.0.0.
    - [Release notes](https://github.com/jaxen-xpath/jaxen/releases)
    - [Commits](https://github.com/jaxen-xpath/jaxen/commits/v2.0.0)
    
    ---
    updated-dependencies:
    - dependency-name: jaxen:jaxen
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    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 4f100b0c4a..9fd02a936a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -145,7 +145,7 @@
         <cxf.jaxb.runtime.version>2.3.5</cxf.jaxb.runtime.version>
         <cxf.jaxb.version>2.3.3</cxf.jaxb.version>
         <cxf.jaxb.xjc.version>${cxf.jaxb.runtime.version}</cxf.jaxb.xjc.version>
-        <cxf.jaxen.version>1.1.4</cxf.jaxen.version>
+        <cxf.jaxen.version>2.0.0</cxf.jaxen.version>
         <cxf.jboss.logging.version>3.5.0.Final</cxf.jboss.logging.version>
         <cxf.jboss.weld.version>3.1.7.SP1</cxf.jboss.weld.version>
         <cxf.jcache.version>1.1.1</cxf.jcache.version>