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:51 UTC

[cxf] branch 3.6.x-fixes updated (3e97e72cea -> 137df3a534)

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

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


    from 3e97e72cea Bump okhttp from 3.12.1 to 4.10.0 (#1113)
     new af49d9674a Bump cxf.tika.version from 2.6.0 to 2.7.0 (#1116)
     new 137df3a534 Bump jaxen from 1.1.4 to 2.0.0 (#1118)

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)


[cxf] 01/02: Bump cxf.tika.version from 2.6.0 to 2.7.0 (#1116)

Posted by re...@apache.org.
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 af49d9674ab595a3241083cece8fb42c4a17a4df
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Tue Feb 7 08:52:52 2023 -0500

    Bump cxf.tika.version from 2.6.0 to 2.7.0 (#1116)
    
    Bumps `cxf.tika.version` from 2.6.0 to 2.7.0.
    
    Updates `tika-core` from 2.6.0 to 2.7.0
    - [Release notes](https://github.com/apache/tika/releases)
    - [Changelog](https://github.com/apache/tika/blob/main/CHANGES.txt)
    - [Commits](https://github.com/apache/tika/compare/2.6.0...2.7.0)
    
    Updates `tika-parser-pdf-module` from 2.6.0 to 2.7.0
    
    ---
    updated-dependencies:
    - dependency-name: org.apache.tika:tika-core
      dependency-type: direct:development
      update-type: version-update:semver-minor
    - dependency-name: org.apache.tika:tika-parser-pdf-module
      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>
---
 distribution/src/main/release/samples/pom.xml | 2 +-
 parent/pom.xml                                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/distribution/src/main/release/samples/pom.xml b/distribution/src/main/release/samples/pom.xml
index f1b3940f4d..c4db77adba 100644
--- a/distribution/src/main/release/samples/pom.xml
+++ b/distribution/src/main/release/samples/pom.xml
@@ -36,7 +36,7 @@
         <cxf.netty.version>4.1.87.Final</cxf.netty.version>
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.swagger.ui.version>4.15.5</cxf.swagger.ui.version>
-        <cxf.tika.version>2.6.0</cxf.tika.version>
+        <cxf.tika.version>2.7.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.71</cxf.tomcat.version>
         <cxf.lucene.version>9.5.0</cxf.lucene.version>
         <cxf.brave.version>5.15.0</cxf.brave.version>
diff --git a/parent/pom.xml b/parent/pom.xml
index 531d75fe38..4f100b0c4a 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -213,7 +213,7 @@
         <cxf.swagger2.version>1.6.8</cxf.swagger2.version>
         <cxf.swagger2.guava.version>31.0.1-jre</cxf.swagger2.guava.version>
         <cxf.swagger2.guava.failureaccess.version>1.0.1</cxf.swagger2.guava.failureaccess.version>
-        <cxf.tika.version>2.6.0</cxf.tika.version>
+        <cxf.tika.version>2.7.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.71</cxf.tomcat.version>
         <cxf.tomitribe.http.signature.version>1.8</cxf.tomitribe.http.signature.version>
         <cxf.undertow.osgi.version>[1.4,3.0)</cxf.undertow.osgi.version>


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

Posted by re...@apache.org.
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>