File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11plugins {
22 id ' java'
3- id " io.freefair.lombok" version " 9.0 .0"
3+ id " io.freefair.lombok" version " 9.1 .0"
44}
55
66apply plugin : ' java'
@@ -20,7 +20,7 @@ dependencies {
2020 testImplementation ' org.junit.jupiter:junit-jupiter'
2121 testImplementation ' com.fasterxml.jackson.core:jackson-databind:2.20.0'
2222 testImplementation ' com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.20.0'
23- testImplementation ' commons-io:commons-io:2.20 .0'
23+ testImplementation ' commons-io:commons-io:2.21 .0'
2424 testImplementation ' org.awaitility:awaitility:4.3.0'
2525 testImplementation " org.assertj:assertj-core:3.27.6"
2626 testImplementation ' ch.qos.logback:logback-classic:1.5.20'
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ plugins {
22 id ' org.springframework.boot' version ' 3.5.7'
33 id ' io.spring.dependency-management' version ' 1.1.7'
44 id ' java'
5- id " io.freefair.lombok" version " 9.0 .0"
5+ id " io.freefair.lombok" version " 9.1 .0"
66}
77
88apply plugin : ' java'
You can’t perform that action at this time.
0 commit comments