Upgrade to Spring Boot 3.4.0

This commit is contained in:
Dave Syer
2024-12-16 11:20:53 +00:00
parent 560ffdb381
commit e63ed35edf
8 changed files with 33 additions and 37 deletions

View File

@@ -6,7 +6,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.3.4</version>
<version>3.4.0</version>
<relativePath /> <!-- lookup parent from repository -->
</parent>
<groupId>org.springframework.grpc</groupId>