From e57b65d719118884815a04c4137a0a3a15bbd906 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 26 Oct 2020 13:02:08 +0000 Subject: [PATCH] Upgrade to Oracle Database 19.8.0.0 Closes gh-23902 --- 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 d10324daaa..418d50afa8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1244,7 +1244,7 @@ bom { ] } } - library("Oracle Database", "19.7.0.0") { + library("Oracle Database", "19.8.0.0") { group("com.oracle.database.jdbc") { imports = [ "ojdbc-bom"