Skip to content

Commit 3d4dbf2

Browse files
fix(deps): update all non-major dependencies (#335)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 026d4ef commit 3d4dbf2

4 files changed

Lines changed: 71 additions & 71 deletions

File tree

backend/build.gradle

Lines changed: 3 additions & 3 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.8"
3+
id "org.springframework.boot" version "3.5.10"
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'jacoco' // Add JaCoCo plugin
66
}
@@ -29,12 +29,12 @@ dependencies {
2929

3030
testCompileOnly 'org.projectlombok:lombok:1.18.42'
3131
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
32-
testImplementation platform('org.junit:junit-bom:5.14.1')
32+
testImplementation platform('org.junit:junit-bom:5.14.2')
3333
testImplementation 'org.junit.jupiter:junit-jupiter'
3434
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier
3535

3636
// Test containers
37-
testImplementation platform('org.testcontainers:testcontainers-bom:1.21.3')
37+
testImplementation platform('org.testcontainers:testcontainers-bom:1.21.4')
3838
testImplementation 'org.testcontainers:junit-jupiter'
3939
testImplementation 'org.testcontainers:mongodb'
4040
// end::tests[]

backend/gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

client/package-lock.json

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

client/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,21 +11,21 @@
1111
"react-dom": "^19.1.1"
1212
},
1313
"devDependencies": {
14-
"@biomejs/biome": "2.3.8",
14+
"@biomejs/biome": "2.3.13",
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.1",
21+
"@vitejs/plugin-react": "5.1.2",
2222
"@vitest/ui": "^3.1.1",
2323
"core-js": "^3.45.1",
2424
"identity-obj-proxy": "^3.0.0",
2525
"jsdom": "27.2.0",
2626
"react-refresh": "^0.18.0",
2727
"typescript": "^5.9.3",
28-
"vite": "7.2.6",
28+
"vite": "7.2.7",
2929
"vite-tsconfig-paths": "^5.1.4",
3030
"vitest": "^3.1.1"
3131
},

0 commit comments

Comments
 (0)