Skip to content

Commit

Permalink
HHH-19176 Upgrade Oracle JDBC drivers to 23.7
Browse files Browse the repository at this point in the history
  • Loading branch information
beikov committed Feb 20, 2025
1 parent 55586f0 commit 3cc69b9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion databases/oracle/matrix.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
*/
// Do not forget to update settings.gradle as well
jdbcDependency 'com.oracle.database.jdbc:ojdbc17:23.6.0.24.10'
jdbcDependency 'com.oracle.database.jdbc:ojdbc17:23.7.0.25.01'
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ dependencyResolutionManagement {
def agroalVersion = version "agroal", "2.5"
def c3poVersion = version "c3p0", "0.10.1"
def hikaricpVersion = version "hikaricp", "6.2.1"
def ucpVersion = version "ucp", "23.6.0.24.10"
def ucpVersion = version "ucp", "23.7.0.25.01"

def jcacheVersion = version "jcache", "1.1.1"
def ehcache3Version = version "ehcache3", "3.10.8"
Expand Down Expand Up @@ -231,7 +231,7 @@ dependencyResolutionManagement {
def mariadbVersion = version "mariadb", "3.5.1"
def mssqlVersion = version "mssql", "12.8.1.jre11"
def mysqlVersion = version "mysql", "9.1.0"
def oracleVersion = version "oracle", "23.6.0.24.10"
def oracleVersion = version "oracle", "23.7.0.25.01"
def pgsqlVersion = version "pgsql", "42.7.4"
def sybaseVersion = version "sybase", "1.3.1"
def tidbVersion = version "tidb", mysqlVersion
Expand Down

0 comments on commit 3cc69b9

Please sign in to comment.