aboutsummaryrefslogtreecommitdiffstats
path: root/pom.xml
diff options
context:
space:
mode:
authorPamela Dragosh <pdragosh@research.att.com>2019-02-25 08:20:41 -0500
committerPamela Dragosh <pdragosh@research.att.com>2019-02-25 08:20:49 -0500
commit735a46f19a7cd89c2336fa38c2a9cea949fe3202 (patch)
tree6bf04f02058bd3c005769d1d7f883e62750670ef /pom.xml
parent563918147277421156c372d8ee0096e42ed17e99 (diff)
Upgrade elasticsearch 6.4.3
Another security issue identified that 6.4.0 through 6.4.2 is vulnerable to Insuffiencient Authentication. Looks like 6.4.3 fixes that issue. Issue-ID: POLICY-1538 Change-Id: Ica0ed5669395b480222746f16f4732d4792c8b90 Signed-off-by: Pamela Dragosh <pdragosh@research.att.com>
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/pom.xml b/pom.xml
index 1ad163bdc..b993dbd5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,7 +57,7 @@
<jackson.version>2.9.4</jackson.version>
<commons.fileupload.version>1.3.3</commons.fileupload.version>
<commons.compress.version>1.18</commons.compress.version>
- <elasticsearch.version>6.4.1</elasticsearch.version>
+ <elasticsearch.version>6.4.3</elasticsearch.version>
<version.policy.common>1.4.0-SNAPSHOT</version.policy.common>
<version.policy.drools-application>1.4.0-SNAPSHOT</version.policy.drools-application>
</properties>