Skip to content

Commit

Permalink
CMR-9543: Snyk Vulnerability - CVE-2023-31418, SNYK-JAVA-ORGELASTICSE…
Browse files Browse the repository at this point in the history
…ARCH-6039899 (update elasticsearch to 7.17.13) (#2007)

* update elasticsearch and kibana from 7.16.2 to 7.17.13
  • Loading branch information
jmaeng72 authored and ijallison committed Dec 7, 2023
1 parent 98c8c86 commit 2bf70bb
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM docker.elastic.co/elasticsearch/elasticsearch:7.16.2
FROM docker.elastic.co/elasticsearch/elasticsearch:7.17.13

COPY es_libs /usr/share/elasticsearch/lib/
COPY plugins /usr/share/elasticsearch/plugins/
Expand Down
2 changes: 1 addition & 1 deletion elastic-utils-lib/project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(def elastic-version "7.16.2")
(def elastic-version "7.17.13")

(defproject nasa-cmr/cmr-elastic-utils-lib "0.1.0-SNAPSHOT"
:description "A library containing utilities for dealing with Elasticsearch."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@

(def ^:private elasticsearch-official-docker-image
"Official docker image."
"docker.elastic.co/elasticsearch/elasticsearch:7.16.2")
"docker.elastic.co/elasticsearch/elasticsearch:7.17.13")

(def ^:private kibana-official-docker-image
"Official kibana docker image."
"docker.elastic.co/kibana/kibana:7.16.2")
"docker.elastic.co/kibana/kibana:7.17.13")

(defn- build-kibana
"Build kibana in an embedded docker."
Expand Down
4 changes: 2 additions & 2 deletions es-spatial-plugin/project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
:suppression-file "resources/security/suppression.xml"}}
:provided {:dependencies [[nasa-cmr/cmr-common-lib "0.1.1-SNAPSHOT"]
[nasa-cmr/cmr-spatial-lib "0.1.0-SNAPSHOT"]
[org.elasticsearch/elasticsearch "7.16.2"]
[org.elasticsearch/elasticsearch "7.17.13"]
[org.yaml/snakeyaml "1.31"]]}
:es-deps {:dependencies [[nasa-cmr/cmr-spatial-lib "0.1.0-SNAPSHOT"
;; These exclusions will be provided by elasticsearch.
Expand Down Expand Up @@ -65,7 +65,7 @@
:dependencies [[criterium "0.4.4"]
[nasa-cmr/cmr-common-lib "0.1.1-SNAPSHOT"]
[nasa-cmr/cmr-spatial-lib "0.1.0-SNAPSHOT"]
[org.elasticsearch/elasticsearch "7.16.2"]
[org.elasticsearch/elasticsearch "7.17.13"]
[org.clojars.gjahad/debug-repl "0.3.3"]
[org.clojure/tools.nrepl "0.2.13"]
[org.clojure/tools.namespace "0.2.11"]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ classname=cmr.elasticsearch.plugins.SpatialSearchPlugin
java.version=1.8
#
# 'elasticsearch.version': version of elasticsearch compiled against
elasticsearch.version=7.16.2
elasticsearch.version=7.17.13

0 comments on commit 2bf70bb

Please sign in to comment.