From e286e928ec6180f0be33be6b39e17e60a0b232d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jan 2024 09:35:37 +0000 Subject: [PATCH] Bump org.springframework:spring-jms from 5.3.19 to 5.3.31 Bumps [org.springframework:spring-jms](https://github.com/spring-projects/spring-framework) from 5.3.19 to 5.3.31. - [Release notes](https://github.com/spring-projects/spring-framework/releases) - [Commits](https://github.com/spring-projects/spring-framework/compare/v5.3.19...v5.3.31) --- updated-dependencies: - dependency-name: org.springframework:spring-jms dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d7d65c7..a0f1983 100644 --- a/build.gradle +++ b/build.gradle @@ -55,7 +55,7 @@ dependencies { implementation 'software.amazon.awssdk:dynamodb' implementation group: 'javax.inject', name: 'javax.inject', version: '1' - implementation 'org.springframework:spring-jms:5.3.19' + implementation 'org.springframework:spring-jms:5.3.31' implementation 'com.google.code.gson:gson:2.10.1' implementation 'io.github.resilience4j:resilience4j-retry:1.7.1'