From 28573867847c7a23d27bdfebc929068f3d95a1f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Dec 2023 13:49:41 +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 879548697..c5e866fac 100644 --- a/build.gradle +++ b/build.gradle @@ -59,7 +59,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 'org.bouncycastle:bcprov-jdk18on:1.77' implementation 'org.apache.commons:commons-compress:1.25.0'