Compare commits

..

1 Commits

Author SHA1 Message Date
Renovate Bot 70597721a1 Update dependency org.springframework.boot:spring-boot-starter-parent to v4
CI / backend-test (push) Failing after 12s
CI / frontend-test (push) Successful in 33s
CI / frontend-e2e (push) Successful in 1m46s
CI / build-and-publish (push) Has been skipped
2026-04-23 16:03:52 +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.0.6</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.3", "version": "2.13.4",
"resolved": "https://registry.npmjs.org/msw/-/msw-2.14.3.tgz", "resolved": "https://registry.npmjs.org/msw/-/msw-2.13.4.tgz",
"integrity": "sha512-kk8G5cocVlJ4wsKMGZegn2H6XLOEKjbA+nSJE2354e/SRp4mDicCHUYnMXpymzVcVDCs+GUAsmNqSn+yHv4T2A==", "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"
}, },