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
commit 30770153615d4719ab3414db0db81ad04284b610 Author: Francesco Chicchiriccò <ilgro...@apache.org> AuthorDate: Mon Dec 4 08:39:48 2023 +0100 Upgrading Swagger UI, MariaDB JDBC driver, Greenmail and maven-javadoc-plugin --- pom.xml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/pom.xml b/pom.xml index ffd4b7123a..6b7fda3a2b 100644 --- a/pom.xml +++ b/pom.xml @@ -447,7 +447,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> @@ -506,7 +506,7 @@ 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.mariadb.version>3.3.1</jdbc.mariadb.version> <jdbc.mssql.version>12.4.2.jre</jdbc.mssql.version> <jdbc.oracle.version>23.2.0.0</jdbc.oracle.version> @@ -1002,7 +1002,7 @@ under the License. <dependency> <groupId>com.icegreen</groupId> <artifactId>greenmail</artifactId> - <version>1.6.14</version> + <version>1.6.15</version> </dependency> <dependency> @@ -1528,7 +1528,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> @@ -2047,7 +2047,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/3.0</destDir>