You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by co...@apache.org on 2021/01/04 09:33:44 UTC

[cxf] branch master updated (e0dbc85 -> 2634ed5)

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

coheigea pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/cxf.git.


    from e0dbc85  Temporary workaround for EasyMock caused by JEP-396 intergation into JDK-16+
     new ee89945  Updating BouncyCastle to 1.68
     new 2634ed5  Updating Jackson to 2.12.0

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:
 parent/pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)


[cxf] 02/02: Updating Jackson to 2.12.0

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 2634ed5bcfb6001c1a72788a1152bedc6315585e
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 4 09:33:08 2021 +0000

    Updating Jackson to 2.12.0
---
 parent/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 5aab934..9ed3541 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -127,8 +127,8 @@
         <cxf.httpcomponents.client.version>4.5.13</cxf.httpcomponents.client.version>
         <cxf.httpcomponents.core.version.range>[4.3,4.5.0)</cxf.httpcomponents.core.version.range>
         <cxf.httpcomponents.core.version>4.4.14</cxf.httpcomponents.core.version>
-        <cxf.jackson.version>2.11.4</cxf.jackson.version>
-        <cxf.jackson.databind.version>2.11.4</cxf.jackson.databind.version>
+        <cxf.jackson.version>2.12.0</cxf.jackson.version>
+        <cxf.jackson.databind.version>2.12.0</cxf.jackson.databind.version>
         <cxf.jacorb.version>3.9</cxf.jacorb.version>
         <cxf.jaeger.version>1.4.0</cxf.jaeger.version>
         <cxf.jakarta.activation.version>1.2.2</cxf.jakarta.activation.version>


[cxf] 01/02: Updating BouncyCastle to 1.68

Posted by co...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit ee89945ac5974484c13a533ed03c03702bf6c9c3
Author: Colm O hEigeartaigh <co...@apache.org>
AuthorDate: Mon Jan 4 07:38:10 2021 +0000

    Updating BouncyCastle to 1.68
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index db473df..5aab934 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -85,7 +85,7 @@
         <cxf.aspectj.version>1.9.1</cxf.aspectj.version>
         <cxf.atmosphere.version.range>[2.4,3.0)</cxf.atmosphere.version.range>
         <cxf.atmosphere.version>2.6.1</cxf.atmosphere.version>
-        <cxf.bcprov.version>1.67</cxf.bcprov.version>
+        <cxf.bcprov.version>1.68</cxf.bcprov.version>
         <cxf.brave.reporter.version>2.16.2</cxf.brave.reporter.version>
         <cxf.brave.version>5.13.2</cxf.brave.version>
         <cxf.brave.zipkin.version>2.23.0</cxf.brave.zipkin.version>