Skip to content

Commit

Permalink
Update MS SQL JDBC driver to 10.2.0.jre11
Browse files Browse the repository at this point in the history
Fixes #24009

Co-authored-by: George Gastaldi <[email protected]>
  • Loading branch information
sschu and gastaldi committed Feb 28, 2022
1 parent 4e56d41 commit e6d1b97
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion bom/application/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@
<postgresql-jdbc.version>42.3.3</postgresql-jdbc.version>
<mariadb-jdbc.version>2.7.5</mariadb-jdbc.version>
<mysql-jdbc.version>8.0.28</mysql-jdbc.version>
<mssql-jdbc.version>7.2.2.jre8</mssql-jdbc.version>
<mssql-jdbc.version>10.2.0.jre11</mssql-jdbc.version>
<oracle-jdbc.version>21.4.0.0</oracle-jdbc.version>
<derby-jdbc.version>10.14.2.0</derby-jdbc.version>
<db2-jdbc.version>11.5.7.0</db2-jdbc.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ quarkus.datasource.jdbc.url=${mssqldb.url}
quarkus.datasource.jdbc.max-size=8
quarkus.hibernate-orm.dialect=org.hibernate.dialect.SQLServer2012Dialect
quarkus.hibernate-orm.database.generation=create
quarkus.datasource.jdbc.additional-jdbc-properties.trustServerCertificate=true

0 comments on commit e6d1b97

Please sign in to comment.