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") {