Skip to content

Commit 214eee1

Browse files
committed
Releasing zentity-1.0.2. Updated Jackson dependency to resolve security vulnerability CVE-2018-7489.
1 parent d84c25f commit 214eee1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

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.0.1-elasticsearch-6.5.2.zip`
34+
`elasticsearch-plugin install https://zentity.io/releases/zentity-1.0.2-elasticsearch-6.5.2.zip`
3535

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

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@
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.0.1</zentity.version>
17+
<zentity.version>1.0.2</zentity.version>
1818
<!-- dependency versions -->
1919
<elasticsearch.version>6.5.2</elasticsearch.version>
20-
<jackson.version>2.9.4</jackson.version>
20+
<jackson.version>2.9.5</jackson.version>
2121
<jdk.version>1.8</jdk.version>
2222
<log4j.version>2.9.1</log4j.version>
2323
<commons-io.version>2.6</commons-io.version>

0 commit comments

Comments
 (0)