Skip to content

Commit

Permalink
Upgrading Swagger UI and maven-compiler-plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Mar 19, 2024
1 parent b9f7411 commit c5ac87d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -443,7 +443,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>
Expand Down Expand Up @@ -1371,7 +1371,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>
Expand Down

0 comments on commit c5ac87d

Please sign in to comment.