Skip to content

Commit

Permalink
fixup! bump to es8
Browse files Browse the repository at this point in the history
  • Loading branch information
mpenet committed Sep 15, 2023
1 parent c5a099d commit cfa0e61
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ jobs:
uses: elastic/elastic-github-actions/elasticsearch@master
with:
stack-version: 8.10.0
security-enabled: false

- uses: actions/setup-java@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions deps.edn
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{:deps
{org.clojure/clojure {:mvn/version "1.10.1"}
org.clojure/core.async {:mvn/version "0.6.532"}
org.elasticsearch.client/elasticsearch-rest-client {:mvn/version "7.6.2"}
org.elasticsearch.client/elasticsearch-rest-client {:mvn/version "8.10.0"}
org.elasticsearch.client/elasticsearch-rest-client-sniffer
{:mvn/version "7.6.2"
{:mvn/version "8.10.0"
:exclusions [com.fasterxml.jackson.core/jackson-core]}
cc.qbits/commons {:mvn/version "0.5.2"}
cheshire {:mvn/version "5.9.0"}
Expand Down

0 comments on commit cfa0e61

Please sign in to comment.