Closes #20226 and #20227. Upgrade ojdbc11 version due to CVE-2022-21510 and CVE-2022-21511.

This commit is contained in:
Miquel Simon 2023-07-06 09:56:49 +02:00 committed by Alexander Schwartz
parent b48d43a6b7
commit e1eb5146a6

View file

@ -168,7 +168,7 @@
<mssql-jdbc.version>9.2.0.jre8</mssql-jdbc.version>
<!-- this is the oracle driver version also used in the Quarkus BOM -->
<oracledb.version>19.3</oracledb.version>
<oracle-jdbc.version>21.5.0.0</oracle-jdbc.version>
<oracle-jdbc.version>23.2.0.0</oracle-jdbc.version>
<!-- Test -->
<greenmail.version>2.1.0-alpha-1</greenmail.version>