Skip to content

Commit 126b848

Browse files
committed
Upgrade to Oracle driver 23.3.0.23.09.
See #1666
1 parent 5becf8d commit 126b848

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
@@ -38,10 +38,11 @@
3838
<mysql-connector-java.version>8.0.32</mysql-connector-java.version>
3939
<postgresql.version>42.6.0</postgresql.version>
4040
<!--
41-
Oracles later JDBC driver has a problem with returning ids from batch inserts
42-
https://stackoverflow.com/questions/72717261/autokeyinfo-is-not-initialized-when-trying-to-batch-insert-into-table-with-gen
41+
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:
42+
https://stackoverflow.com/q/72717261/66686
43+
https://stackoverflow.com/q/62263576/66686
4344
-->
44-
<oracle.version>19.18.0.0</oracle.version>
45+
<oracle.version>23.3.0.23.09</oracle.version>
4546

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

0 commit comments

Comments
 (0)