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 15:08:28 UTC

[cxf] branch 3.4.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.4.x-fixes
in repository https://gitbox.apache.org/repos/asf/cxf.git


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

commit a0d4c32a698a4baa202c2974743826779f46b765
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 9cf3cf9b5d..e022f80b9f 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -217,7 +217,7 @@
         <cxf.swagger2.guava.failureaccess.version>1.0.1</cxf.swagger2.guava.failureaccess.version>
         <cxf.tika.version>1.28.2</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>