From 09bab5fa66603f8b1c354f1effb2653eab09549b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 15 Dec 2023 15:01:47 +0000 Subject: [PATCH] Bump org.apache.qpid:proton-j from 0.33.10 to 0.34.1 Bumps org.apache.qpid:proton-j from 0.33.10 to 0.34.1. --- updated-dependencies: - dependency-name: org.apache.qpid:proton-j dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index a9fe52850..9e04caccd 100644 --- a/build.gradle +++ b/build.gradle @@ -61,7 +61,7 @@ dependencies { implementation 'com.github.spotbugs:spotbugs-annotations:4.8.3' implementation 'junit:junit:4.13.2' implementation 'jakarta.xml.bind:jakarta.xml.bind-api:3.0.1' - implementation 'org.apache.qpid:proton-j:0.33.10' + implementation 'org.apache.qpid:proton-j:0.34.1' implementation platform('software.amazon.awssdk:bom:2.20.130') implementation 'software.amazon.awssdk:cloudwatch'