Skip to content

Commit f2da860

Browse files
committed
Upgrade Oracle JDBC driver to 23.3.0.23.09.
Closes #1664
1 parent 7f617b1 commit f2da860

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

pom.xml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,10 +39,11 @@
3939
<mysql-connector-java.version>8.0.32</mysql-connector-java.version>
4040
<postgresql.version>42.6.0</postgresql.version>
4141
<!--
42-
Oracles later JDBC driver has a problem with returning ids from batch inserts
43-
https://stackoverflow.com/questions/72717261/autokeyinfo-is-not-initialized-when-trying-to-batch-insert-into-table-with-gen
42+
The Oracle driver 23.3.0.23.09 is not considered production ready by Oracle, but it fixes two important problems for Spring Data JDBC:
43+
https://stackoverflow.com/q/72717261/66686
44+
https://stackoverflow.com/q/62263576/66686
4445
-->
45-
<oracle.version>19.18.0.0</oracle.version>
46+
<oracle.version>23.3.0.23.09</oracle.version>
4647

4748
<!-- test utilities-->
4849
<awaitility.version>4.2.0</awaitility.version>

0 commit comments

Comments
 (0)