Skip to content

Commit

Permalink
Upgrading Elasticsearch
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Nov 8, 2023
1 parent 18150fe commit 699d074
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,6 @@ protected FieldPanel getFieldPanel(final PlainSchemaTO plainSchema) {
readOnly = plainSchema.isReadonly();
type = plainSchema.getType();
jexlHelp = false;

}

FieldPanel panel;
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -427,7 +427,7 @@ under the License.

<disruptor.version>3.4.4</disruptor.version>

<elasticsearch.version>8.10.4</elasticsearch.version>
<elasticsearch.version>8.11.0</elasticsearch.version>
<opensearch.version>2.11.0</opensearch.version>
<opensearch-java.version>2.8.0</opensearch-java.version>

Expand Down

0 comments on commit 699d074

Please sign in to comment.