Skip to content

Commit 3cc69b9

Browse files
committed
HHH-19176 Upgrade Oracle JDBC drivers to 23.7
1 parent 55586f0 commit 3cc69b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

databases/oracle/matrix.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@
55
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
66
*/
77
// Do not forget to update settings.gradle as well
8-
jdbcDependency 'com.oracle.database.jdbc:ojdbc17:23.6.0.24.10'
8+
jdbcDependency 'com.oracle.database.jdbc:ojdbc17:23.7.0.25.01'

settings.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ dependencyResolutionManagement {
8787
def agroalVersion = version "agroal", "2.5"
8888
def c3poVersion = version "c3p0", "0.10.1"
8989
def hikaricpVersion = version "hikaricp", "6.2.1"
90-
def ucpVersion = version "ucp", "23.6.0.24.10"
90+
def ucpVersion = version "ucp", "23.7.0.25.01"
9191

9292
def jcacheVersion = version "jcache", "1.1.1"
9393
def ehcache3Version = version "ehcache3", "3.10.8"
@@ -231,7 +231,7 @@ dependencyResolutionManagement {
231231
def mariadbVersion = version "mariadb", "3.5.1"
232232
def mssqlVersion = version "mssql", "12.8.1.jre11"
233233
def mysqlVersion = version "mysql", "9.1.0"
234-
def oracleVersion = version "oracle", "23.6.0.24.10"
234+
def oracleVersion = version "oracle", "23.7.0.25.01"
235235
def pgsqlVersion = version "pgsql", "42.7.4"
236236
def sybaseVersion = version "sybase", "1.3.1"
237237
def tidbVersion = version "tidb", mysqlVersion

0 commit comments

Comments
 (0)