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 68c8e1de8b Upgrading Elasticsearch and JSoup
68c8e1de8b is described below
commit 68c8e1de8b41729f71f38836c05913d8aafc8c7e
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Mar 5 08:56:21 2025 +0100
Upgrading Elasticsearch and JSoup
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 8447947930..4a53dc27cf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -430,7 +430,7 @@ under the License.
<slf4j.version>1.7.36</slf4j.version>
- <elasticsearch.version>8.17.2</elasticsearch.version>
+ <elasticsearch.version>8.17.3</elasticsearch.version>
<opensearch.version>2.19.1</opensearch.version>
<opensearch-java.version>2.21.0</opensearch-java.version>
@@ -1415,7 +1415,7 @@ under the License.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.18.3</version>
+ <version>1.19.1</version>
</dependency>
<!-- TEST -->