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 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 '
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments