From 830d5fdbaf807b106d8cebe6e9f0bbfd7205d8cd Mon Sep 17 00:00:00 2001 From: Oleg Smelov Date: Wed, 10 Apr 2024 12:57:48 +0400 Subject: [PATCH] grpc-hand & remotehand update to dev release --- build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/build.gradle b/build.gradle index 3b978e1..57d983f 100644 --- a/build.gradle +++ b/build.gradle @@ -59,8 +59,8 @@ repositories { dependencies { api platform('com.exactpro.th2:bom:4.6.0') - implementation('com.exactpro.remotehand:remotehand:1.7.3-TH2-4662-no-log4j-8596263345-06c22d6-SNAPSHOT') - implementation("com.exactpro.th2:grpc-hand:3.0.0-RM-84612-8595680156-664ca73-SNAPSHOT") { + implementation('com.exactpro.remotehand:remotehand:1.8.0-dev') + implementation("com.exactpro.th2:grpc-hand:3.0.0-dev") { exclude group: "com.google.guava", module: "guava" // for compatibility with Selenium 3.141.59 } implementation("com.exactpro.th2:common:5.10.0-dev") {