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 4089e59 commit e6319ab
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 @@ -437,7 +437,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 @@ -1393,7 +1393,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 @@ -1497,7 +1497,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 @@ -1916,7 +1916,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/4.0</destDir>
Expand Down

0 comments on commit e6319ab

Please sign in to comment.