From 5fd2b85b48340b90c3667f86a07286158db99b02 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Tue, 16 Jun 2020 10:33:42 +0100 Subject: [PATCH] Upgrade to Oracle Database 19.6.0.0 Closes gh-21972 --- spring-boot-project/spring-boot-dependencies/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-dependencies/build.gradle b/spring-boot-project/spring-boot-dependencies/build.gradle index 93981aa2585..63719f51e0d 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1325,7 +1325,7 @@ bom { ] } } - library("Oracle Database", "19.3.0.0") { + library("Oracle Database", "19.6.0.0") { group("com.oracle.database.ha") { modules = [ "ons",