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 2022/05/15 14:51:04 UTC

[cxf] branch 3.5.x-fixes updated: Upgrade tomitribe signing library (#951)

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

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


The following commit(s) were added to refs/heads/3.5.x-fixes by this push:
     new a89cf6fbab Upgrade tomitribe signing library (#951)
a89cf6fbab is described below

commit a89cf6fbab8028ea343c6d47bb68400d123375af
Author: David J. M. Karlsen <da...@davidkarlsen.com>
AuthorDate: Sun May 15 15:34:40 2022 +0200

    Upgrade tomitribe signing library (#951)
    
    Signed-off-by: David J. M. Karlsen <da...@davidkarlsen.com>
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 1dae702a91..447620c5c4 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -214,7 +214,7 @@
         <cxf.swagger2.guava.failureaccess.version>1.0.1</cxf.swagger2.guava.failureaccess.version>
         <cxf.tika.version>2.4.0</cxf.tika.version>
         <cxf.tomcat.version>9.0.62</cxf.tomcat.version>
-        <cxf.tomitribe.http.signature.version>1.7</cxf.tomitribe.http.signature.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.undertow.xnio.osgi.version>[3.3,4.0)</cxf.undertow.xnio.osgi.version>
         <cxf.undertow.version>2.2.12.Final</cxf.undertow.version>