Compare commits

..
Author SHA1 Message Date
Renovate Bot b65b73a59b Update spring boot to v4
CI / backend-test (push) Failing after 13s
CI / frontend-test (push) Successful in 32s
CI / frontend-e2e (push) Successful in 1m45s
CI / build-and-publish (push) Has been skipped
2026-06-10 19:05:35 +00:00
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -7,7 +7,7 @@
<parent> <parent>
<groupId>org.springframework.boot</groupId> <groupId>org.springframework.boot</groupId>
<artifactId>spring-boot-starter-parent</artifactId> <artifactId>spring-boot-starter-parent</artifactId>
<version>3.5.13</version> <version>4.1.0</version>
<relativePath/> <relativePath/>
</parent> </parent>
+1 -2
View File
@@ -1,5 +1,4 @@
{ {
"$schema": "https://docs.renovatebot.com/renovate-schema.json", "$schema": "https://docs.renovatebot.com/renovate-schema.json",
"extends": ["config:recommended"], "extends": ["config:recommended"]
"enabled": false
} }