File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 44 * License: GNU Lesser General Public License (LGPL), version 2.1 or later.
55 * See the lgpl.txt file in the root directory or <http://www.gnu.org/licenses/lgpl-2.1.html>.
66 */
7+ // Do not forget to update settings.gradle as well
78jdbcDependency ' com.oracle.database.jdbc:ojdbc11:23.3.0.23.09'
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ dependencyResolutionManagement {
216216 def mariadbVersion = version " mariadb" , " 2.7.9"
217217 def mssqlVersion = version " mssql" , " 12.2.0.jre11"
218218 def mysqlVersion = version " mysql" , " 8.0.33"
219- def oracleVersion = version " oracle" , " 23.2 .0.0 "
219+ def oracleVersion = version " oracle" , " 23.3 .0.23.09 "
220220 def oracleLegacyVersion = version " oracleLegacy" , " 11.2.0.4"
221221 def pgsqlVersion = version " pgsql" , " 42.6.0"
222222 def sybaseVersion = version " sybase" , " 1.3.1"
You can’t perform that action at this time.
0 commit comments