Skip to content

Commit 4c3b573

Browse files
fix(deps): update all non-major dependencies (#322)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 5552b12 commit 4c3b573

3 files changed

Lines changed: 88 additions & 88 deletions

File tree

backend/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
plugins {
22
id 'java'
3-
id "org.springframework.boot" version "3.5.7"
3+
id "org.springframework.boot" version "3.5.8"
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'jacoco' // Add JaCoCo plugin
66
}
@@ -18,7 +18,7 @@ dependencies {
1818
implementation 'org.springframework.boot:spring-boot-starter-data-mongodb-reactive'
1919
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2020
implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: '3.1.1'
21-
implementation group: 'org.modelmapper', name: 'modelmapper', version: '3.2.5'
21+
implementation group: 'org.modelmapper', name: 'modelmapper', version: '3.2.6'
2222
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.42'
2323
annotationProcessor 'org.projectlombok:lombok:1.18.42'
2424
// end::actuator[]

client/package-lock.json

Lines changed: 84 additions & 84 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

client/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,14 @@
1111
"react-dom": "^19.1.1"
1212
},
1313
"devDependencies": {
14-
"@biomejs/biome": "2.3.2",
14+
"@biomejs/biome": "2.3.8",
1515
"@testing-library/jest-dom": "^6.9.0",
1616
"@testing-library/react": "^16.3.0",
1717
"@testing-library/user-event": "^14.6.1",
1818
"@types/node": "^24.6.1",
1919
"@types/react": "^19.1.16",
2020
"@types/react-dom": "^19.1.9",
21-
"@vitejs/plugin-react": "5.1.0",
21+
"@vitejs/plugin-react": "5.1.1",
2222
"@vitest/ui": "^3.1.1",
2323
"core-js": "^3.45.1",
2424
"identity-obj-proxy": "^3.0.0",

0 commit comments

Comments
 (0)