From 833291197f473d40b9c016c000368c15f9611dce Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Oct 2022 23:03:49 +0000 Subject: [PATCH] Bump pulsar-client from 2.10.1 to 2.10.2 Bumps [pulsar-client](https://github.com/apache/pulsar) from 2.10.1 to 2.10.2. - [Release notes](https://github.com/apache/pulsar/releases) - [Commits](https://github.com/apache/pulsar/compare/v2.10.1...v2.10.2) --- updated-dependencies: - dependency-name: org.apache.pulsar:pulsar-client 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 d176b532..b94bafb7 100644 --- a/build.gradle +++ b/build.gradle @@ -134,7 +134,7 @@ dependencies { implementation 'io.qameta.allure:allure-testng:2.19.0' implementation 'io.qameta.allure:allure-rest-assured:2.19.0' implementation 'io.qameta.allure:allure-attachments:2.19.0' - implementation 'org.apache.pulsar:pulsar-client:2.10.1' + implementation 'org.apache.pulsar:pulsar-client:2.10.2' implementation 'org.apache.avro:avro:1.11.0' // https://stackoverflow.com/questions/40923471/cannot-compile-with-protocol-buffers-3-1-0 //implementation "org.apache.avro:avro-tools:1.11.0"