Skip to content

Commit

Permalink
updated dependencies & plugins
Browse files Browse the repository at this point in the history
  • Loading branch information
Oleg Smelov committed Apr 2, 2024
1 parent dd48da2 commit 76ce516
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@ plugins {
id "org.owasp.dependencycheck" version "9.0.9"
id "com.gorylenko.gradle-git-properties" version "2.4.1"
id 'com.github.jk1.dependency-license-report' version '2.5'
id "de.undercouch.download" version "5.4.0"
id "de.undercouch.download" version "5.6.0"
id 'signing'
id "com.google.protobuf" version "0.9.3"
id "com.google.protobuf" version "0.9.4"
}

group 'com.exactpro.th2'
Expand Down Expand Up @@ -60,7 +60,7 @@ dependencies {
api platform('com.exactpro.th2:bom:4.6.0')

implementation('com.exactpro.remotehand:remotehand:1.7.3-TH2-4662-no-log4j-8516574073-SNAPSHOT')
implementation("com.exactpro.th2:grpc-hand:3.0.0-RM-84612-+") {
implementation("com.exactpro.th2:grpc-hand:3.0.0-RM-84612-8517996781-SNAPSHOT") {
exclude group: "com.google.guava", module: "guava" // for compatibility with Selenium 3.141.59
}
implementation("com.exactpro.th2:common:5.10.0-dev") {
Expand Down

0 comments on commit 76ce516

Please sign in to comment.