Skip to content

Commit

Permalink
Upgrading Swagger JAX-RS, maven-javadoc-plugin and maven-war-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Sep 18, 2023
1 parent 765b7bf commit 093c46e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ under the License.

<h2.version>2.2.222</h2.version>

<swagger-core.version>2.2.15</swagger-core.version>
<swagger-core.version>2.2.16</swagger-core.version>
<swagger-ui.version>5.6.1</swagger-ui.version>

<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
Expand Down Expand Up @@ -1514,7 +1514,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<configuration>
<source>${targetJdk}</source>
</configuration>
Expand Down Expand Up @@ -1618,7 +1618,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-war-plugin</artifactId>
<version>3.3.2</version>
<version>3.4.0</version>
<configuration>
<webResources>
<resource>
Expand Down Expand Up @@ -2033,7 +2033,7 @@ under the License.
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-javadoc-plugin</artifactId>
<version>3.5.0</version>
<version>3.6.0</version>
<configuration>
<source>${targetJdk}</source>
<destDir>apidocs/3.0</destDir>
Expand Down

0 comments on commit 093c46e

Please sign in to comment.