Skip to content

Commit 8acf482

Browse files
authored
Merge branch 'main' into dependabot/gradle/service/software.amazon.awssdk-s3-2.37.3
2 parents 99fbc43 + 655a5ae commit 8acf482

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.21.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.20'
26+
testImplementation 'ch.qos.logback:logback-classic:1.5.21'
2727
testImplementation 'org.xmlunit:xmlunit-assertj3:2.11.0'
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.9.0'
23-
implementation 'org.apache.commons:commons-lang3:3.19.0'
23+
implementation 'org.apache.commons:commons-lang3:3.20.0'
2424
testImplementation 'org.springframework.boot:spring-boot-starter-test'
2525
}
2626

0 commit comments

Comments
 (0)