Skip to content

Commit

Permalink
Upgrading Swagger UI, docker-maven-plugin and MS SQL JDBC driver
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Aug 1, 2023
1 parent 789a5d7 commit e9741d3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ under the License.
<h2.version>2.2.220</h2.version>

<swagger-core.version>2.2.15</swagger-core.version>
<swagger-ui.version>5.1.3</swagger-ui.version>
<swagger-ui.version>5.2.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 @@ -505,7 +505,7 @@ under the License.
<jdbc.postgresql.version>42.6.0</jdbc.postgresql.version>
<jdbc.mysql.version>8.1.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.1.4</jdbc.mariadb.version>
<jdbc.mssql.version>12.2.0.jre</jdbc.mssql.version>
<jdbc.mssql.version>12.4.0.jre</jdbc.mssql.version>
<jdbc.oracle.version>23.2.0.0</jdbc.oracle.version>

<bundles.directory>${project.build.directory}/bundles</bundles.directory>
Expand Down Expand Up @@ -1713,7 +1713,7 @@ under the License.
<plugin>
<groupId>io.fabric8</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.43.0</version>
<version>0.43.2</version>
</plugin>

<plugin>
Expand Down

0 comments on commit e9741d3

Please sign in to comment.