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 a1148813f3613e89fd1a74c11e15c64671f5d76b Author: Francesco Chicchiriccò <[email protected]> AuthorDate: Tue Mar 19 08:39:01 2024 +0100 Upgrading Swagger UI and maven-compiler-plugin --- pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pom.xml b/pom.xml index 4b4b3266c3..03329e4c1c 100644 --- a/pom.xml +++ b/pom.xml @@ -452,7 +452,7 @@ under the License. <h2.version>2.2.224</h2.version> <swagger-core.version>2.2.20</swagger-core.version> - <swagger-ui.version>5.11.10</swagger-ui.version> + <swagger-ui.version>5.12.0</swagger-ui.version> <jquery-slimscroll.version>1.3.8</jquery-slimscroll.version> <jquery-cookie.version>1.4.1-1</jquery-cookie.version> @@ -1494,7 +1494,7 @@ under the License. <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> - <version>3.12.1</version> + <version>3.13.0</version> <configuration> <release>${targetJdk}</release> <useIncrementalCompilation>false</useIncrementalCompilation>
