From 00721f42619d84933218d9a02d41683486137ccb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 00:43:28 +0000 Subject: [PATCH] Bump org.apache.qpid:qpid-jms-client in /mock-mhs-adaptor Bumps org.apache.qpid:qpid-jms-client from 2.10.0 to 2.11.0. --- updated-dependencies: - dependency-name: org.apache.qpid:qpid-jms-client dependency-version: 2.11.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 b2d25a144..c17c5f38b 100644 --- a/mock-mhs-adaptor/build.gradle +++ b/mock-mhs-adaptor/build.gradle @@ -19,7 +19,7 @@ dependencies { implementation 'org.springframework.boot:spring-boot-starter-actuator' implementation 'org.springframework.boot:spring-boot-starter-web' implementation 'org.springframework:spring-jms' - implementation 'org.apache.qpid:qpid-jms-client:2.10.0' + implementation 'org.apache.qpid:qpid-jms-client:2.11.0' implementation 'org.apache.commons:commons-lang3:3.20.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }