You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pulsar.apache.org by rx...@apache.org on 2020/10/23 07:12:43 UTC

[pulsar] branch master updated: Upgrade solr version to 8.6.3 (#8328)

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

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


The following commit(s) were added to refs/heads/master by this push:
     new 94d791b  Upgrade solr version to 8.6.3 (#8328)
94d791b is described below

commit 94d791b5a78b13ed48d54ddd0ef260bf6a3a32e6
Author: xiaolong ran <rx...@apache.org>
AuthorDate: Fri Oct 23 15:12:09 2020 +0800

    Upgrade solr version to 8.6.3 (#8328)
    
    Signed-off-by: xiaolong.ran <rx...@apache.org>
    
    
    Fixes #8324
    
    
    ### Motivation
    
    In Apache Solr 8.6.0, there are the following security issues:
    
    - CVE-2020-13957
    
    Recommended upgrade version:8.6.3
    
    ### Modifications
    
    - Upgrade solr version to `8.6.3`
---
 pulsar-io/solr/pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pulsar-io/solr/pom.xml b/pulsar-io/solr/pom.xml
index e061ccb..8156279 100644
--- a/pulsar-io/solr/pom.xml
+++ b/pulsar-io/solr/pom.xml
@@ -29,7 +29,7 @@
     </parent>
 
     <properties>
-        <solr.version>8.6.0</solr.version>
+        <solr.version>8.6.3</solr.version>
     </properties>
 
     <artifactId>pulsar-io-solr</artifactId>