Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions backend/build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id 'java'
id "org.springframework.boot" version "3.5.8"
id "org.springframework.boot" version "3.5.10"
id 'io.spring.dependency-management' version '1.1.7'
id 'jacoco' // Add JaCoCo plugin
}
Expand Down Expand Up @@ -29,12 +29,12 @@ dependencies {

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

// Test containers
testImplementation platform('org.testcontainers:testcontainers-bom:1.21.3')
testImplementation platform('org.testcontainers:testcontainers-bom:1.21.4')
testImplementation 'org.testcontainers:junit-jupiter'
testImplementation 'org.testcontainers:mongodb'
// end::tests[]
Expand Down
2 changes: 1 addition & 1 deletion backend/gradle/wrapper/gradle-wrapper.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
distributionBase=GRADLE_USER_HOME
distributionPath=wrapper/dists
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.3-bin.zip
distributionUrl=https\://services.gradle.org/distributions/gradle-8.14.4-bin.zip
networkTimeout=10000
validateDistributionUrl=true
zipStoreBase=GRADLE_USER_HOME
Expand Down
128 changes: 64 additions & 64 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,21 +11,21 @@
"react-dom": "^19.1.1"
},
"devDependencies": {
"@biomejs/biome": "2.3.8",
"@biomejs/biome": "2.3.13",
"@testing-library/jest-dom": "^6.9.0",
"@testing-library/react": "^16.3.0",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^24.6.1",
"@types/react": "^19.1.16",
"@types/react-dom": "^19.1.9",
"@vitejs/plugin-react": "5.1.1",
"@vitejs/plugin-react": "5.1.2",
"@vitest/ui": "^3.1.1",
"core-js": "^3.45.1",
"identity-obj-proxy": "^3.0.0",
"jsdom": "27.2.0",
"react-refresh": "^0.18.0",
"typescript": "^5.9.3",
"vite": "7.2.6",
"vite": "7.2.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.1.1"
},
Expand Down