Skip to content

Commit

Permalink
Merge pull request #3455 from p-kimberley/gh-3453
Browse files Browse the repository at this point in the history
Support Elasticsearch index name variable substitution
  • Loading branch information
stroomdev66 authored Jul 27, 2023
2 parents 8f7bfb5 + b02708d commit 454ac6a
Show file tree
Hide file tree
Showing 3 changed files with 138 additions and 152 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ ext.versions = [
aws : '2.17.253',
curator : '4.2.0', // Curator 4 works with ZK 3.4.x in soft compatibility mode, i.e. you must exlude its dep on ZK and explicitly add one for 3.4.x
dropwizard : '2.0.28', // used to set the dropwizard-bom version, that controls lots of dependency versions
elasticsearch : '7.17.8',
elasticsearch : '7.17.12',
httpcore : '4.4.12', // Transient dependency of Elasticsearch
guice5 : '5.1.0',
gwt : '2.10.0',
Expand Down
Loading

0 comments on commit 454ac6a

Please sign in to comment.