From 33a6911f52e6acdc9c0af1c69ca6aa2d71b4cded Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Wed, 9 Aug 2023 17:06:29 +0100 Subject: [PATCH] Upgrade to Cassandra Driver 4.17.0 Closes gh-36883 --- 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 5ac169889b4..0c90d37ee21 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -153,7 +153,7 @@ bom { ] } } - library("Cassandra Driver", "4.16.0") { + library("Cassandra Driver", "4.17.0") { group("com.datastax.oss") { imports = [ "java-driver-bom"