From e80c3dbdb266a10a10106ccabef87a0f0cccfb00 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 6 Feb 2023 13:19:40 +0000 Subject: [PATCH] Upgrade to Oracle Database 21.8.0.0 Closes gh-34101 --- 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 14a12dd6f3..0075558e60 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -1032,7 +1032,7 @@ bom { ] } } - library("Oracle Database", "21.7.0.0") { + library("Oracle Database", "21.8.0.0") { group("com.oracle.database.jdbc") { imports = [ "ojdbc-bom"