Skip to content

Commit

Permalink
Upgrading Swagger JAX-RS, MySQL and MariaDB JDBC drivers
Browse files Browse the repository at this point in the history
  • Loading branch information
ilgrosso committed Oct 26, 2023
1 parent 534c75c commit 6e49fff
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -439,7 +439,7 @@ under the License.

<h2.version>2.2.224</h2.version>

<swagger-core.version>2.2.17</swagger-core.version>
<swagger-core.version>2.2.18</swagger-core.version>
<swagger-ui.version>5.7.2</swagger-ui.version>

<jquery-slimscroll.version>1.3.8</jquery-slimscroll.version>
Expand Down Expand Up @@ -498,8 +498,8 @@ under the License.
<docker.mariadb.version>11</docker.mariadb.version>

<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.mysql.version>8.2.0</jdbc.mysql.version>
<jdbc.mariadb.version>3.2.0</jdbc.mariadb.version>
<jdbc.mssql.version>12.4.1.jre</jdbc.mssql.version>
<jdbc.oracle.version>23.3.0.23.09</jdbc.oracle.version>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,6 @@ public static Map<String, Object> asMap(final Serializable properties) {
}

private WAConfUtils() {
// private construcator for static utility class
// private constructor for static utility class
}
}

0 comments on commit 6e49fff

Please sign in to comment.