Skip to content

Commit

Permalink
Downgrade Oracle driver
Browse files Browse the repository at this point in the history
Closes keycloak#24983

Signed-off-by: Václav Muzikář <[email protected]>
  • Loading branch information
vmuzikar committed Nov 27, 2023
1 parent a32b58d commit f80cd21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@
<mssql-jdbc.version>12.2.0.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.3.0.23.09</oracle-jdbc.version>
<oracle-jdbc.version>23.2.0.0</oracle-jdbc.version>

<!-- Test -->
<greenmail.version>2.1.0-alpha-1</greenmail.version>
Expand Down

0 comments on commit f80cd21

Please sign in to comment.