File tree Expand file tree Collapse file tree 2 files changed +6
-11
lines changed
Expand file tree Collapse file tree 2 files changed +6
-11
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,17 @@ repositories {
1010}
1111
1212dependencies {
13- api ' org.springframework.boot:spring-boot-starter-logging:3.2.3'
14- api ' org.apache.commons:commons-lang3:3.14.0'
15- api ' org.apache.commons:commons-collections4:4.4'
16- api ' com.fasterxml.jackson.core:jackson-databind:2.16.1'
13+ api ' org.apache.commons:commons-lang3:3.20.0'
14+ api ' com.fasterxml.jackson.core:jackson-databind:2.20.1'
1715 api ' org.reflections:reflections:0.10.2'
1816 api " org.projectlombok:lombok:$lombokVersion "
1917 annotationProcessor(" org.projectlombok:lombok:$lombokVersion " )
2018
21- testImplementation ' ch.qos.logback:logback-classic:1.4.14'
22- testImplementation ' com.github.stefanbirkner:system-rules:1.19.0'
2319 testImplementation ' junit:junit:4.13.2'
24- testImplementation ' net.bytebuddy:byte-buddy:1.14.12'
25- testImplementation ' org.assertj:assertj-core:3.27.3'
26- testImplementation ' org.mockito:mockito-core:5.17.0'
20+ testImplementation ' org.assertj:assertj-core:3.27.6'
21+ testImplementation ' org.mockito:mockito-core:5.21.0'
2722 testImplementation ' org.awaitility:awaitility:4.3.0'
28- testImplementation ' nl.jqno.equalsverifier:equalsverifier:3.19.3 '
23+ testImplementation ' nl.jqno.equalsverifier:equalsverifier:4.2.5 '
2924 testAnnotationProcessor(" org.projectlombok:lombok:$lombokVersion " )
3025}
3126
Original file line number Diff line number Diff line change 1- lombokVersion = 1.18.38
1+ lombokVersion = 1.18.42
You can’t perform that action at this time.
0 commit comments