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
4 changes: 2 additions & 2 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.10"
id "org.springframework.boot" version "3.5.11"
id 'io.spring.dependency-management' version '1.1.7'
id 'jacoco' // Add JaCoCo plugin
}
Expand Down Expand Up @@ -29,7 +29,7 @@ dependencies {

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

Expand Down
124 changes: 58 additions & 66 deletions client/package-lock.json

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

Loading