Upgrade auf Spring Boot 3.3.4
authorKai Moritz <kai@juplo.de>
Wed, 25 Sep 2024 12:20:34 +0000 (14:20 +0200)
committerKai Moritz <kai@juplo.de>
Wed, 25 Sep 2024 12:28:29 +0000 (14:28 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 7b7363d..0c02c98 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -7,7 +7,7 @@
   <parent>
     <groupId>org.springframework.boot</groupId>
     <artifactId>spring-boot-starter-parent</artifactId>
-    <version>3.2.5</version>
+    <version>3.3.4</version>
     <relativePath/> <!-- lookup parent from repository -->
   </parent>
 
@@ -91,5 +91,4 @@
     </plugins>
   </build>
 
-
 </project>