From 85f241deb7bff033446782652fc53e812bf8a444 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 00:44:21 +0000 Subject: [PATCH] Bump org.apache.qpid:qpid-jms-client in /mock-mhs-adaptor Bumps org.apache.qpid:qpid-jms-client from 2.9.0 to 2.10.0. --- updated-dependencies: - dependency-name: org.apache.qpid:qpid-jms-client dependency-version: 2.10.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 3d1e9759a7..b92f873807 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.9.0' + implementation 'org.apache.qpid:qpid-jms-client:2.10.0' implementation 'org.apache.commons:commons-lang3:3.20.0' testImplementation 'org.springframework.boot:spring-boot-starter-test' }