Skip to content

Commit

Permalink
Upgrade solr version to 8.6.3 (#8328)
Browse files Browse the repository at this point in the history
Signed-off-by: xiaolong.ran <rxl@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`
  • Loading branch information
wolfstudy authored Oct 23, 2020
1 parent da33628 commit 54616d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pulsar-io/solr/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 54616d6

Please sign in to comment.