chore: updated spring boot to 3.5.3 (#116)

This commit is contained in:
Daniel Graf
2025-07-12 15:59:14 +02:00
committed by GitHub
parent d9a5c644af
commit 7309fe51b2
2 changed files with 3 additions and 1 deletions

View File

@@ -5,7 +5,7 @@
<parent>
<groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.0</version>
<version>3.5.3</version>
<relativePath/> <!-- lookup parent from repository -->
</parent>
<groupId>com.dedicatedcode</groupId>

View File

@@ -1,6 +1,8 @@
# Server configuration
server.port=8080
server.tomcat.max-part-count=100
# Logging configuration
logging.level.root = INFO