Skip to content

Commit

Permalink
HHH-18123 update oracle driver version
Browse files Browse the repository at this point in the history
  • Loading branch information
ejannett committed May 15, 2024
1 parent 156e2dd commit 1e50da1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions settings.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ dependencyResolutionManagement {
def hikaricpVersion = version "hikaricp", "3.2.0"
def proxoolVersion = version "proxool", "0.8.3"
def viburVersion = version "vibur", "25.0"
def ucpVersion = version "ucp", "23.3.0.23.09"
def ucpVersion = version "ucp", "23.4.0.24.05"

def jcacheVersion = version "jcache", "1.0.0"
def ehcache3Version = version "ehcache3", "3.10.8"
Expand Down Expand Up @@ -235,7 +235,7 @@ dependencyResolutionManagement {
def mariadbVersion = version "mariadb", "3.3.1"
def mssqlVersion = version "mssql", "12.4.2.jre11"
def mysqlVersion = version "mysql", "8.2.0"
def oracleVersion = version "oracle", "23.3.0.23.09"
def oracleVersion = version "oracle", "23.4.0.24.05"
def oracleLegacyVersion = version "oracleLegacy", "11.2.0.4"
def pgsqlVersion = version "pgsql", "42.7.1"
def sybaseVersion = version "sybase", "1.3.1"
Expand Down

0 comments on commit 1e50da1

Please sign in to comment.