This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch 3_0_X
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/3_0_X by this push:
new bd5f442820 Upgrading Elasticsearch
bd5f442820 is described below
commit bd5f44282093ec877a79d2a01f252d3ebb6af065
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Nov 8 08:27:52 2023 +0100
Upgrading Elasticsearch
---
.../syncope/client/console/wizards/any/AbstractAttrsWizardStep.java | 1 -
pom.xml | 2 +-
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git
a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/AbstractAttrsWizardStep.java
b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/AbstractAttrsWizardStep.java
index 5eae3eb665..7764fdc28c 100644
---
a/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/AbstractAttrsWizardStep.java
+++
b/client/idrepo/console/src/main/java/org/apache/syncope/client/console/wizards/any/AbstractAttrsWizardStep.java
@@ -194,7 +194,6 @@ public abstract class AbstractAttrsWizardStep<S extends
SchemaTO> extends Wizard
readOnly = plainSchema.isReadonly();
type = plainSchema.getType();
jexlHelp = false;
-
}
FieldPanel panel;
diff --git a/pom.xml b/pom.xml
index 4017c76d6c..34b9ef3fae 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.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>