Skip to content

Commit 189e412

Browse files
committed
Adding support for Elasticsearch 7.3.1. Updated Jackson dependency to resolve security vulnerabilities CVE-2019-14379, CVE-2019-14439.
1 parent 35b3047 commit 189e412

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ jdk:
33
- oraclejdk8
44
env:
55
matrix:
6+
- ELASTICSEARCH_VERSION=7.3.1
67
- ELASTICSEARCH_VERSION=7.3.0
78
- ELASTICSEARCH_VERSION=7.2.1
89
- ELASTICSEARCH_VERSION=7.2.0

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Once you have installed Elasticsearch, you can install zentity from a remote URL
3131

3232
Example:
3333

34-
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.4.0-elasticsearch-7.3.0.zip`
34+
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.4.1-elasticsearch-7.3.1.zip`
3535

3636
Read the [installation](https://zentity.io/docs/installation) docs for more details.
3737

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@
1414
<zentity.author>Dave Moore</zentity.author>
1515
<zentity.classname>org.elasticsearch.plugin.zentity.ZentityPlugin</zentity.classname>
1616
<zentity.website>https://zentity.io</zentity.website>
17-
<zentity.version>1.4.0</zentity.version>
17+
<zentity.version>1.4.1</zentity.version>
1818
<!-- dependency versions -->
19-
<elasticsearch.version>7.3.0</elasticsearch.version>
19+
<elasticsearch.version>7.3.1</elasticsearch.version>
2020
<jackson.core.version>2.9.9</jackson.core.version>
21-
<jackson.databind.version>2.9.9.1</jackson.databind.version>
21+
<jackson.databind.version>2.9.9.2</jackson.databind.version>
2222
<jdk.version>1.8</jdk.version>
2323
<log4j.version>2.9.1</log4j.version>
2424
<commons-io.version>2.6</commons-io.version>

0 commit comments

Comments
 (0)