Compare commits

..

1 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 8 additions and 8 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>
+7 -7
View File
@@ -5391,9 +5391,9 @@
"license": "MIT" "license": "MIT"
}, },
"node_modules/msw": { "node_modules/msw": {
"version": "2.14.5", "version": "2.13.4",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.14.5.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-2.13.4.tgz",
"integrity": "sha512-X6G05oX4x0e+CNI55KMdhMmwHCBKf2iwazGr+iwsdoJ94JA1ED7wSXb6V+lLPdqFkmIlPiGYvayqnaNcOzobDA==", "integrity": "sha512-fPlKBeFe+8rpcyR3umUmmHuNwu6gc6T3STvkgEa9WDX/HEgal9wDeflpCUAIRtmvaLZM2igfI5y1bZ9G5J26KA==",
"dev": true, "dev": true,
"hasInstallScript": true, "hasInstallScript": true,
"license": "MIT", "license": "MIT",
@@ -5409,7 +5409,7 @@
"outvariant": "^1.4.3", "outvariant": "^1.4.3",
"path-to-regexp": "^6.3.0", "path-to-regexp": "^6.3.0",
"picocolors": "^1.1.1", "picocolors": "^1.1.1",
"rettime": "^0.11.11", "rettime": "^0.11.7",
"statuses": "^2.0.2", "statuses": "^2.0.2",
"strict-event-emitter": "^0.5.1", "strict-event-emitter": "^0.5.1",
"tough-cookie": "^6.0.1", "tough-cookie": "^6.0.1",
@@ -6195,9 +6195,9 @@
} }
}, },
"node_modules/rettime": { "node_modules/rettime": {
"version": "0.11.11", "version": "0.11.8",
"resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.11.tgz", "resolved": "https://registry.npmjs.org/rettime/-/rettime-0.11.8.tgz",
"integrity": "sha512-ILJRqVWBCTlg9r42fFgwVZx1gnFAcQF8mRoMkbgQfIrjEDf9nbBFDFx00oloOa+Q869FUtaYDXZvEfnecQSCoQ==", "integrity": "sha512-0fERGXktJTyJ+h8fBEiPxHPEFOu0h15JY7JtwrOVqR5K+vb99ho6IyOo7ekLS3h4sJCzIDy4VWKIbZUfe9njmg==",
"dev": true, "dev": true,
"license": "MIT" "license": "MIT"
}, },