Skip to content

Commit 5ceed4d

Browse files
committed
Upgrade to Spring Boot 3.3.2.
1 parent cb50e71 commit 5ceed4d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

cassandra/util/pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
</dependency>
3232

3333
<dependency>
34-
<groupId>com.datastax.oss</groupId>
34+
<groupId>org.apache.cassandra</groupId>
3535
<artifactId>java-driver-core</artifactId>
3636
</dependency>
3737

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>org.springframework.boot</groupId>
1515
<artifactId>spring-boot-starter-parent</artifactId>
16-
<version>3.2.1</version>
16+
<version>3.3.2</version>
1717
</parent>
1818

1919
<modules>

0 commit comments

Comments
 (0)