From 5b44ad15f757d055a47b76d3a9637fecf005bc70 Mon Sep 17 00:00:00 2001 From: Stephane Nicoll Date: Fri, 18 Mar 2022 09:17:20 +0100 Subject: [PATCH] Upgrade to Cassandra Driver 4.14.0 Closes gh-30285 --- 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 aa5227a55e4..93cdf35fb0a 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -168,7 +168,7 @@ bom { ] } } - library("Cassandra Driver", "4.13.0") { + library("Cassandra Driver", "4.14.0") { group("com.datastax.oss") { imports = [ "java-driver-bom"