File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 5
5
* See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
6
6
*/
7
7
// 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 '
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ dependencyResolutionManagement {
87
87
def agroalVersion = version " agroal" , " 2.5"
88
88
def c3poVersion = version " c3p0" , " 0.10.1"
89
89
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 "
91
91
92
92
def jcacheVersion = version " jcache" , " 1.1.1"
93
93
def ehcache3Version = version " ehcache3" , " 3.10.8"
@@ -231,7 +231,7 @@ dependencyResolutionManagement {
231
231
def mariadbVersion = version " mariadb" , " 3.5.1"
232
232
def mssqlVersion = version " mssql" , " 12.8.1.jre11"
233
233
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 "
235
235
def pgsqlVersion = version " pgsql" , " 42.7.4"
236
236
def sybaseVersion = version " sybase" , " 1.3.1"
237
237
def tidbVersion = version " tidb" , mysqlVersion
You can’t perform that action at this time.
0 commit comments