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>
Thu, 26 Sep 2024 08:36:38 +0000 (10:36 +0200)
pom.xml

diff --git a/pom.xml b/pom.xml
index 02e80d3..64fa5c2 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>2.7.2</version>
+    <version>3.3.4</version>
     <relativePath/> <!-- lookup parent from repository -->
   </parent>
 
@@ -90,5 +90,4 @@
     </plugins>
   </build>
 
-
 </project>