From 907cfb21025b9e255f4e5acc25532e39e5e52e46 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Feb 2023 23:56:34 +0000 Subject: [PATCH] Bump com.google.cloud:google-cloud-pubsub from 1.123.2 to 1.123.4 Bumps [com.google.cloud:google-cloud-pubsub](https://github.com/googleapis/java-pubsub) from 1.123.2 to 1.123.4. - [Release notes](https://github.com/googleapis/java-pubsub/releases) - [Changelog](https://github.com/googleapis/java-pubsub/blob/main/CHANGELOG.md) - [Commits](https://github.com/googleapis/java-pubsub/compare/v1.123.2...v1.123.4) --- updated-dependencies: - dependency-name: com.google.cloud:google-cloud-pubsub 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 cb66ccb7..0d036687 100644 --- a/build.gradle +++ b/build.gradle @@ -96,7 +96,7 @@ dependencies { implementation "software.amazon.awssdk:sqs:${awsVersion}" implementation "software.amazon.awssdk:sns:${awsVersion}" implementation "software.amazon.awssdk:devicefarm:${awsVersion}" - implementation 'com.google.cloud:google-cloud-pubsub:1.123.2' + implementation 'com.google.cloud:google-cloud-pubsub:1.123.4' implementation 'org.seleniumhq.selenium:selenium-java:4.8.1' implementation 'org.seleniumhq.selenium:selenium-server:4.0.0-alpha-2' implementation 'io.appium:java-client:8.3.0'