You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2020/03/09 13:45:14 UTC

[camel-kafka-connector] branch jackson-2.10.3 created (now be1568b)

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

acosentino pushed a change to branch jackson-2.10.3
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git.


      at be1568b  Upgrade Jackson to version 2.10.3

This branch includes the following new commits:

     new be1568b  Upgrade Jackson to version 2.10.3

The 1 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.



[camel-kafka-connector] 01/01: Upgrade Jackson to version 2.10.3

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

acosentino pushed a commit to branch jackson-2.10.3
in repository https://gitbox.apache.org/repos/asf/camel-kafka-connector.git

commit be1568b91c785efe7d8b035d90fdee3df66ef520
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Mar 9 14:45:09 2020 +0100

    Upgrade Jackson to version 2.10.3
---
 parent/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/parent/pom.xml b/parent/pom.xml
index 7fcf5da..4b1a6dd 100644
--- a/parent/pom.xml
+++ b/parent/pom.xml
@@ -44,7 +44,7 @@
         <kafka.version>2.4.0</kafka.version>
         <junit.version>5.6.0</junit.version>
         <camel.version>3.1.0</camel.version>
-        <jackson.version>2.10.2</jackson.version>
+        <jackson.version>2.10.3</jackson.version>
         <log4j2.version>2.8.2</log4j2.version>
         <version.java>1.8</version.java>