File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ dependencies {
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'
27- testImplementation ' org.xmlunit:xmlunit-assertj3:2.10.4 '
27+ testImplementation ' org.xmlunit:xmlunit-assertj3:2.11.0 '
2828 testImplementation ' org.apache.httpcomponents.client5:httpclient5:5.5.1'
2929
3030 testRuntimeOnly ' org.junit.platform:junit-platform-launcher'
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.5.6 '
2+ id ' org.springframework.boot' version ' 3.5.7 '
33 id ' io.spring.dependency-management' version ' 1.1.7'
44 id ' java'
55 id " io.freefair.lombok" version " 9.0.0"
Original file line number Diff line number Diff line change 11plugins {
2- id ' org.springframework.boot' version ' 3.5.0 '
2+ id ' org.springframework.boot' version ' 3.5.7 '
33 id ' io.spring.dependency-management' version ' 1.1.7'
44 id ' java'
55 id " checkstyle"
@@ -10,7 +10,7 @@ plugins {
1010
1111 // Mutation testing
1212 id ' info.solidsoft.pitest' version ' 1.15.0'
13- id ' com.arcmutate.github' version ' 2.2.3 '
13+ id ' com.arcmutate.github' version ' 2.2.4 '
1414}
1515
1616spotbugs {
You can’t perform that action at this time.
0 commit comments