Compare commits

..

5 Commits

Author SHA1 Message Date
9856149e11 chore(deps): update node.js to v24.13.1
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 41s
2026-02-13 09:03:40 +00:00
2ff4d9ce57 Merge pull request 'chore(deps): update plugin org.springframework.boot to v4.0.2' (#49) from renovate/spring-boot into prod
All checks were successful
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Successful in 1m15s
2026-02-13 08:29:23 +00:00
824037ea36 Merge pull request 'chore(deps): update node.js to 1de022d' (#45) from renovate/node-24.13.0 into prod
Some checks failed
Build and Push Docker Image / Build-And-Push-Docker-Image (push) Has been cancelled
2026-02-13 08:27:52 +00:00
3d5e2b31ea chore(deps): update plugin org.springframework.boot to v4.0.2
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 41s
2026-02-13 08:14:10 +00:00
c0f577beb9 chore(deps): update node.js to 1de022d
All checks were successful
Build Docker Image / Build-Docker-Image (push) Successful in 44s
2026-02-13 08:13:51 +00:00

View File

@@ -1,6 +1,6 @@
plugins {
id 'java'
id 'org.springframework.boot' version '4.0.1'
id 'org.springframework.boot' version '4.0.2'
id 'io.spring.dependency-management' version '1.1.7'
}