From 1504f9d21d4989ddf3ef4b28fe4da0e7e41d9432 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Apr 2024 03:30:35 +0000 Subject: [PATCH] Bump io.appium:java-client from 9.0.0 to 9.2.2 Bumps [io.appium:java-client](https://github.com/appium/java-client) from 9.0.0 to 9.2.2. - [Release notes](https://github.com/appium/java-client/releases) - [Changelog](https://github.com/appium/java-client/blob/master/CHANGELOG.md) - [Commits](https://github.com/appium/java-client/compare/v9.0.0...v9.2.2) --- updated-dependencies: - dependency-name: io.appium:java-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 b8c97d9f..a8bd8cdd 100644 --- a/build.gradle +++ b/build.gradle @@ -65,7 +65,7 @@ tasks.register('E2E', Test){ dependencies { implementation 'com.amazonaws:aws-java-sdk-s3:1.12.676' - implementation 'io.appium:java-client:9.0.0' + implementation 'io.appium:java-client:9.2.2' implementation 'org.seleniumhq.selenium:selenium-java:4.19.1' implementation 'org.seleniumhq.selenium:selenium-remote-driver:4.19.1' implementation 'org.assertj:assertj-core:3.25.3'