Skip to content

Commit e907b57

Browse files
Merge branch 'main' into NIAD-3142-cleanup
2 parents e3bf9d5 + e37e7c2 commit e907b57

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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'

mock-mhs-adaptor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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"

service/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
plugins {
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

1616
spotbugs {

0 commit comments

Comments
 (0)