Skip to content

Commit 99951d3

Browse files
fix(deps): update all non-major dependencies (#340)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent b3b2830 commit 99951d3

3 files changed

Lines changed: 62 additions & 70 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.10"
3+
id "org.springframework.boot" version "3.5.11"
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'jacoco' // Add JaCoCo plugin
66
}
@@ -29,7 +29,7 @@ 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.2')
32+
testImplementation platform('org.junit:junit-bom:5.14.3')
3333
testImplementation 'org.junit.jupiter:junit-jupiter'
3434
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier
3535

client/package-lock.json

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

0 commit comments

Comments
 (0)