This is an automated email from the ASF dual-hosted git repository.
ilgrosso pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/syncope.git
The following commit(s) were added to refs/heads/master by this push:
new c727d69405 Upgrading Elasticsearch, JSoup and
openapi-generator-maven-plugin
c727d69405 is described below
commit c727d69405f64f8a1962c10b9b07336ac9f5c116
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Wed Mar 5 08:54:53 2025 +0100
Upgrading Elasticsearch, JSoup and openapi-generator-maven-plugin
---
pom.xml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/pom.xml b/pom.xml
index eb4e61126e..ae8dcff4ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
<disruptor.version>4.0.0</disruptor.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>
@@ -1313,7 +1313,7 @@ under the License.
<dependency>
<groupId>org.jsoup</groupId>
<artifactId>jsoup</artifactId>
- <version>1.18.3</version>
+ <version>1.19.1</version>
</dependency>
<dependency>
@@ -1617,7 +1617,7 @@ under the License.
<plugin>
<groupId>org.openapitools</groupId>
<artifactId>openapi-generator-maven-plugin</artifactId>
- <version>7.11.0</version>
+ <version>7.12.0</version>
</plugin>
<plugin>