Skip to content

Commit 6a2bfbf

Browse files
authored
Merge branch 'main' into dependabot/gradle/e2e-tests/org.junit-junit-bom-6.0.0
2 parents 1ec5128 + 3bdf40a commit 6a2bfbf

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

e2e-tests/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ dependencies {
2323
testImplementation 'commons-io:commons-io:2.20.0'
2424
testImplementation 'org.awaitility:awaitility:4.3.0'
2525
testImplementation "org.assertj:assertj-core:3.27.6"
26-
testImplementation 'ch.qos.logback:logback-classic:1.5.18'
26+
testImplementation 'ch.qos.logback:logback-classic:1.5.19'
2727
testImplementation 'org.xmlunit:xmlunit-assertj3:2.10.4'
2828
testImplementation 'org.apache.httpcomponents.client5:httpclient5:5.5.1'
2929

mock-mhs-adaptor/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ dependencies {
2020
implementation 'org.springframework.boot:spring-boot-starter-web'
2121
implementation 'org.springframework:spring-jms'
2222
implementation 'org.apache.qpid:qpid-jms-client:2.8.0'
23-
implementation 'org.apache.commons:commons-lang3:3.18.0'
23+
implementation 'org.apache.commons:commons-lang3:3.19.0'
2424
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2525
}
2626

service/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ dependencies {
9090
spotbugs 'com.github.spotbugs:spotbugs-annotations:4.9.6'
9191

9292
pitest 'com.arcmutate:base:1.3.2'
93-
pitest 'com.arcmutate:pitest-git-plugin:2.1.0'
93+
pitest 'com.arcmutate:pitest-git-plugin:2.2.4'
9494
}
9595

9696
test {

0 commit comments

Comments
 (0)