Align JDBC drivers with Quarkus upstream
Closes #26570 Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
This commit is contained in:
parent
fbeba83b87
commit
3023d5fbaa
1 changed files with 2 additions and 2 deletions
4
pom.xml
4
pom.xml
|
@ -163,10 +163,10 @@
|
|||
<mariadb-jdbc.version>3.1.4</mariadb-jdbc.version>
|
||||
<mssql.version>2022-latest</mssql.version>
|
||||
<!-- this is the mssql driver version also used in the Quarkus BOM -->
|
||||
<mssql-jdbc.version>12.2.0.jre11</mssql-jdbc.version>
|
||||
<mssql-jdbc.version>12.4.2.jre11</mssql-jdbc.version>
|
||||
<oracledb.version>19.3</oracledb.version>
|
||||
<!-- this is the oracle driver version also used in the Quarkus BOM -->
|
||||
<oracle-jdbc.version>23.2.0.0</oracle-jdbc.version>
|
||||
<oracle-jdbc.version>23.3.0.23.09</oracle-jdbc.version>
|
||||
|
||||
<!-- Test -->
|
||||
<greenmail.version>2.1.0-alpha-1</greenmail.version>
|
||||
|
|
Loading…
Reference in a new issue