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
The following commit(s) were added to refs/heads/3_0_X by this push:
new 56079b2d58 Upgrading Swagger JAX-RS and asciidoctorj-pdf
56079b2d58 is described below
commit 56079b2d586356cf063a7dda3acce47397d274f5
Author: Francesco Chicchiriccò <[email protected]>
AuthorDate: Mon Jul 10 08:50:45 2023 +0200
Upgrading Swagger JAX-RS and asciidoctorj-pdf
---
pom.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/pom.xml b/pom.xml
index 00a15b2734..907a718f4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -444,7 +444,7 @@ under the License.
<h2.version>2.2.220</h2.version>
- <swagger-core.version>2.2.14</swagger-core.version>
+ <swagger-core.version>2.2.15</swagger-core.version>
<swagger-ui.version>5.1.0</swagger-ui.version>
<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
@@ -2177,7 +2177,7 @@ under the License.
<dependency>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctorj-pdf</artifactId>
- <version>2.3.7</version>
+ <version>2.3.9</version>
</dependency>
</dependencies>
<configuration>