Upgrade to Spring Boot 3.3.2.

This commit is contained in:
Oliver Drotbohm
2024-08-15 15:33:59 +02:00
parent cb50e716b6
commit 5ceed4dbe2
2 changed files with 2 additions and 2 deletions

View File

@@ -31,7 +31,7 @@
</dependency> </dependency>
<dependency> <dependency>
<groupId>com.datastax.oss</groupId> <groupId>org.apache.cassandra</groupId>
<artifactId>java-driver-core</artifactId> <artifactId>java-driver-core</artifactId>
</dependency> </dependency>

View File

@@ -13,7 +13,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.2.1</version> <version>3.3.2</version>
</parent> </parent>
<modules> <modules>