Skip to content

Commit e71dbd2

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

backend/build.gradle

Lines changed: 5 additions & 5 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.11"
3+
id "org.springframework.boot" version "3.5.13"
44
id 'io.spring.dependency-management' version '1.1.7'
55
id 'jacoco' // Add JaCoCo plugin
66
}
@@ -19,16 +19,16 @@ dependencies {
1919
implementation 'org.springframework.boot:spring-boot-starter-actuator'
2020
implementation group: 'jakarta.validation', name: 'jakarta.validation-api', version: '3.1.1'
2121
implementation group: 'org.modelmapper', name: 'modelmapper', version: '3.2.6'
22-
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.42'
23-
annotationProcessor 'org.projectlombok:lombok:1.18.42'
22+
compileOnly group: 'org.projectlombok', name: 'lombok', version: '1.18.44'
23+
annotationProcessor 'org.projectlombok:lombok:1.18.44'
2424
// end::actuator[]
2525
implementation 'org.springframework.boot:spring-boot-starter-web'
2626
// tag::tests[]
2727
// Add Spring Boot's core testing module
2828
testImplementation 'org.springframework.boot:spring-boot-test'
2929

30-
testCompileOnly 'org.projectlombok:lombok:1.18.42'
31-
testAnnotationProcessor 'org.projectlombok:lombok:1.18.42'
30+
testCompileOnly 'org.projectlombok:lombok:1.18.44'
31+
testAnnotationProcessor 'org.projectlombok:lombok:1.18.44'
3232
testImplementation platform('org.junit:junit-bom:6.0.3')
3333
testImplementation 'org.junit.jupiter:junit-jupiter'
3434
testImplementation 'io.projectreactor:reactor-test' // Add this for StepVerifier

0 commit comments

Comments
 (0)