From a6784e3beaf7126edf390b54f7c2ce8abb040161 Mon Sep 17 00:00:00 2001 From: Andy Wilkinson Date: Mon, 22 Jun 2020 18:04:30 +0100 Subject: [PATCH] Upgrade to Cassandra Driver 4.7.2 Closes gh-22052 --- 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 10b5b60730..11ac4819d8 100644 --- a/spring-boot-project/spring-boot-dependencies/build.gradle +++ b/spring-boot-project/spring-boot-dependencies/build.gradle @@ -159,7 +159,7 @@ bom { ] } } - library("Cassandra Driver", "4.6.1") { + library("Cassandra Driver", "4.7.2") { group("com.datastax.oss") { imports = [ "java-driver-bom"