You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by kr...@apache.org on 2019/03/25 14:36:45 UTC

[lucene-solr] branch jira/solr-13112 created (now 2dd42c0)

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

krisden pushed a change to branch jira/solr-13112
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git.


      at 2dd42c0  SOLR-13112: Upgrade jackson to 2.9.8

This branch includes the following new commits:

     new 2dd42c0  SOLR-13112: Upgrade jackson to 2.9.8

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.



[lucene-solr] 01/01: SOLR-13112: Upgrade jackson to 2.9.8

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

krisden pushed a commit to branch jira/solr-13112
in repository https://gitbox.apache.org/repos/asf/lucene-solr.git

commit 2dd42c06088a4079f422a461a7bd57a93fe86541
Author: Kevin Risden <kr...@apache.org>
AuthorDate: Mon Mar 25 10:36:18 2019 -0400

    SOLR-13112: Upgrade jackson to 2.9.8
    
    Signed-off-by: Kevin Risden <kr...@apache.org>
---
 lucene/ivy-versions.properties | 2 +-
 solr/CHANGES.txt               | 2 ++
 2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/lucene/ivy-versions.properties b/lucene/ivy-versions.properties
index 8b7cf51..3257d3d 100644
--- a/lucene/ivy-versions.properties
+++ b/lucene/ivy-versions.properties
@@ -15,7 +15,7 @@ com.carrotsearch.randomizedtesting.version = 2.7.2
 
 /com.epam/parso = 2.0.9
 
-com.fasterxml.jackson.core.version = 2.9.6
+com.fasterxml.jackson.core.version = 2.9.8
 /com.fasterxml.jackson.core/jackson-annotations = ${com.fasterxml.jackson.core.version}
 /com.fasterxml.jackson.core/jackson-core = ${com.fasterxml.jackson.core.version}
 /com.fasterxml.jackson.core/jackson-databind = ${com.fasterxml.jackson.core.version}
diff --git a/solr/CHANGES.txt b/solr/CHANGES.txt
index 62ff32c..57f1a14 100644
--- a/solr/CHANGES.txt
+++ b/solr/CHANGES.txt
@@ -191,6 +191,8 @@ Other Changes
 
 * SOLR-13335: Upgrade to velocity 2.0 and velocity-tools 3.0 (Kevin Risden)
 
+* SOLR-13112: Upgrade jackson to 2.9.8 (Kevin Risden)
+
 ==================  8.0.0 ==================
 
 Consult the LUCENE_CHANGES.txt file for additional, low level, changes in this release.