From d0dced9f755cedd2e446b5f26907673f3bc81429 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 2 Oct 2025 12:31:17 +0000 Subject: [PATCH] Bump org.apache.commons:commons-lang3 in /mock-mhs-adaptor Bumps org.apache.commons:commons-lang3 from 3.18.0 to 3.19.0. --- updated-dependencies: - dependency-name: org.apache.commons:commons-lang3 dependency-version: 3.19.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- mock-mhs-adaptor/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mock-mhs-adaptor/build.gradle b/mock-mhs-adaptor/build.gradle index 08846bcf0e..4a5aa1a51b 100644 --- a/mock-mhs-adaptor/build.gradle +++ b/mock-mhs-adaptor/build.gradle @@ -20,7 +20,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework:spring-jms' implementation 'org.apache.qpid:qpid-jms-client:2.8.0' - implementation 'org.apache.commons:commons-lang3:3.18.0' + implementation 'org.apache.commons:commons-lang3:3.19.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }