From 5ceed4dbe2da7b8cc5b083e16ce0acdb1f19e829 Mon Sep 17 00:00:00 2001 From: Oliver Drotbohm Date: Thu, 15 Aug 2024 15:33:59 +0200 Subject: [PATCH] Upgrade to Spring Boot 3.3.2. --- cassandra/util/pom.xml | 2 +- pom.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cassandra/util/pom.xml b/cassandra/util/pom.xml index adf66b17..3b72a57e 100644 --- a/cassandra/util/pom.xml +++ b/cassandra/util/pom.xml @@ -31,7 +31,7 @@ - com.datastax.oss + org.apache.cassandra java-driver-core diff --git a/pom.xml b/pom.xml index 96c012dd..06e0cc21 100644 --- a/pom.xml +++ b/pom.xml @@ -13,7 +13,7 @@ org.springframework.boot spring-boot-starter-parent - 3.2.1 + 3.3.2