From 43d9daf10d55a520783882803aafdce2f9100f23 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Sep 2023 12:42:43 +0000 Subject: [PATCH] Bump org.glassfish.tyrus.bundles:tyrus-standalone-client Bumps org.glassfish.tyrus.bundles:tyrus-standalone-client from 2.0.0 to 2.1.3. --- updated-dependencies: - dependency-name: org.glassfish.tyrus.bundles:tyrus-standalone-client 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 53b0c4bc..9e0180dd 100644 --- a/build.gradle +++ b/build.gradle @@ -44,7 +44,7 @@ dependencies { compileOnly group: 'javax.websocket', name: 'javax.websocket-api', version: '1.1' // https://mvnrepository.com/artifact/org.glassfish.tyrus.bundles/tyrus-standalone-client - implementation group: 'org.glassfish.tyrus.bundles', name: 'tyrus-standalone-client', version: '2.0.0' + implementation group: 'org.glassfish.tyrus.bundles', name: 'tyrus-standalone-client', version: '2.1.3' // https://mvnrepository.com/artifact/org.apache.httpcomponents/httpclient implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'