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

commit a0d2ddac4df8ea40948d07432fdad5739d648fc7
Author: Francesco Chicchiriccò <ilgro...@apache.org>
AuthorDate: Mon Dec 4 08:39:48 2023 +0100

    Upgrading Swagger UI, MariaDB JDBC driver and maven-javadoc-plugin
---
 pom.xml | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/pom.xml b/pom.xml
index b9f0b83c5b..c71f80860e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -442,7 +442,7 @@ under the License.
     <h2.version>2.2.224</h2.version>
 
     <swagger-core.version>2.2.19</swagger-core.version>
-    <swagger-ui.version>5.7.2</swagger-ui.version>
+    <swagger-ui.version>5.10.3</swagger-ui.version>
 
     <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
     <jquery-cookie.version>1.4.1-1</jquery-cookie.version>
@@ -501,8 +501,8 @@ under the License.
 
     <jdbc.postgresql.version>42.7.0</jdbc.postgresql.version>
     <jdbc.mysql.version>8.2.0</jdbc.mysql.version>
-    <jdbc.mariadb.version>3.2.0</jdbc.mariadb.version>
-    <jdbc.mssql.version>12.4.1.jre</jdbc.mssql.version>
+    <jdbc.mariadb.version>3.3.1</jdbc.mariadb.version>
+    <jdbc.mssql.version>12.4.2.jre</jdbc.mssql.version>
     <jdbc.oracle.version>23.3.0.23.09</jdbc.oracle.version>
 
     <bundles.directory>${project.build.directory}/bundles</bundles.directory>
@@ -1423,7 +1423,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
-          <version>3.6.0</version>
+          <version>3.6.3</version>
           <configuration>
             <source>${targetJdk}</source>
           </configuration>
@@ -1946,7 +1946,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-javadoc-plugin</artifactId>
-        <version>3.6.0</version>
+        <version>3.6.3</version>
         <configuration>
           <source>${targetJdk}</source>
           <destDir>apidocs/4.0</destDir>

Reply via email to