From 6a9fc2b2e8bc783d0f34dc713b38ccb42a6159b4 Mon Sep 17 00:00:00 2001 From: bs-ashwanipathak <105654795+bs-ashwanipathak@users.noreply.github.com> Date: Sat, 25 Jun 2022 06:41:16 +0530 Subject: [PATCH] Updated the pom to install the latest Appium The Appium Java-Client 8.0.0 is resulting in Appium object String to object Platform cast exception issue here: https://github.com/appium/java-client/issues/1701 Fix is to update to the Appium Java-Client 8.1.1. --- java_8/pom.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/java_8/pom.xml b/java_8/pom.xml index 300166e..bb266ab 100644 --- a/java_8/pom.xml +++ b/java_8/pom.xml @@ -25,7 +25,7 @@ io.appium java-client - 8.0.0 + 8.1.1 com.browserstack @@ -157,4 +157,4 @@ - \ No newline at end of file +