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 37541fca2c Upgrading OpenSearch, Swagger UI, Oracle JDBC driver and
sonar-maven-plugin
37541fca2c is described below
commit 37541fca2c224f97d9f3cbae7398e137efa68b7c
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Thu Nov 7 08:11:25 2024 +0100
Upgrading OpenSearch, Swagger UI, Oracle JDBC driver and sonar-maven-plugin
---
pom.xml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/pom.xml b/pom.xml
index cc4a1e70ad..7bd73d0d69 100644
--- a/pom.xml
+++ b/pom.xml
@@ -428,7 +428,7 @@ under the License.
<disruptor.version>3.4.4</disruptor.version>
<elasticsearch.version>8.15.3</elasticsearch.version>
- <opensearch.version>2.17.1</opensearch.version>
+ <opensearch.version>2.18.0</opensearch.version>
<opensearch-java.version>2.17.0</opensearch-java.version>
<commons-lang3.version>3.17.0</commons-lang3.version>
@@ -441,7 +441,7 @@ under the License.
<cas-client.version>4.0.4</cas-client.version>
<swagger-core.version>2.2.25</swagger-core.version>
- <swagger-ui.version>5.18.0</swagger-ui.version>
+ <swagger-ui.version>5.18.1</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
<jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -508,7 +508,7 @@ under the License.
<jdbc.postgresql.version>42.7.4</jdbc.postgresql.version>
<jdbc.mysql.version>9.1.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.5.0</jdbc.mariadb.version>
- <jdbc.oracle.version>23.5.0.24.07</jdbc.oracle.version>
+ <jdbc.oracle.version>23.6.0.24.10</jdbc.oracle.version>
<bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1745,7 +1745,7 @@ under the License.
<plugin>
<groupId>org.sonarsource.scanner.maven</groupId>
<artifactId>sonar-maven-plugin</artifactId>
- <version>4.0.0.4121</version>
+ <version>5.0.0.4389</version>
</plugin>
</plugins>
</pluginManagement>