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 80a76fa063 Upgrading Elasticsearch and Zookeeper
80a76fa063 is described below
commit 80a76fa063007f1a1c0beb349a0030fa6e536560
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Fri Feb 17 08:10:09 2023 +0100
Upgrading Elasticsearch and Zookeeper
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 7d48ece172..c638ba7181 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
- <elasticsearch.version>8.6.1</elasticsearch.version>
+ <elasticsearch.version>8.6.2</elasticsearch.version>
<log4j2.version>2.19.0</log4j2.version>
<disruptor.version>3.4.4</disruptor.version>
@@ -471,7 +471,7 @@ under the License.
<antlr4.version>4.11.1</antlr4.version>
<curator.version>5.4.0</curator.version>
- <zookeeper.version>3.8.0</zookeeper.version>
+ <zookeeper.version>3.8.1</zookeeper.version>
<testds.rootDn>o=isp</testds.rootDn>
<testds.bindDn>uid=admin,ou=system</testds.bindDn>