From 832847207154a9f9ab0fa0d9ec38a0e411d08ebb Mon Sep 17 00:00:00 2001 From: Oleg Smelov Date: Wed, 10 Apr 2024 18:02:03 +0400 Subject: [PATCH] dependencycheck plugin downgrade dependencies update --- README.md | 12 ++++++------ build.gradle | 6 +++--- gradle.properties | 2 +- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 1d7070d..219dde1 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# th2 hand (5.0.0) +# th2 hand (5.0.1) th2-hand is used to interpret and transmit commands from th2-act to Selenium or Windows Application Driver and vice versa. All incoming and outgoing data is stored in Cradle as messages. @@ -100,23 +100,23 @@ Example of `rabbitMQ.json`: ## Release Notes -### 5.0.0 +### 5.0.1 + Added th2 transport support #### Updated lib: -+ bom: `4.5.0` -+ common: `5.8.0-dev` ++ bom: `4.6.1` ++ common: `5.10.0-dev` + grpc-hand: `3.0.0-dev` #### Added lib: -+ common-utils: `2.2.2-dev` ++ common-utils: `2.2.3-dev` #### Added plugin: + org.owasp.dependencycheck: `9.0.9` + com.gorylenko.gradle-git-properties: `2.4.1` + com.github.jk1.dependency-license-report: `2.5` -+ de.undercouch.download: `5.4.0` ++ de.undercouch.download: `5.6.0` ### 4.0.0 diff --git a/build.gradle b/build.gradle index 0c4f2e8..aa449b5 100644 --- a/build.gradle +++ b/build.gradle @@ -25,7 +25,7 @@ plugins { id 'org.jetbrains.kotlin.jvm' version '1.8.22' id "io.github.gradle-nexus.publish-plugin" version "1.3.0" id 'com.palantir.docker' version '0.36.0' - id "org.owasp.dependencycheck" version "9.1.0" + 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.6.0" @@ -57,7 +57,7 @@ repositories { } dependencies { - api platform('com.exactpro.th2:bom:4.6.0') + api platform('com.exactpro.th2:bom:4.6.1') implementation('com.exactpro.remotehand:remotehand:1.8.0-dev') implementation("com.exactpro.th2:grpc-hand:3.0.0-dev") { @@ -66,7 +66,7 @@ dependencies { implementation("com.exactpro.th2:common:5.10.0-dev") { exclude group: "com.google.guava", module: "guava" // for compatibility with Selenium 3.141.59 } - implementation("com.exactpro.th2:common-utils:2.2.2-dev") { + implementation("com.exactpro.th2:common-utils:2.2.3-dev") { exclude group: "com.google.guava", module: "guava" // for compatibility with Selenium 3.141.59 } diff --git a/gradle.properties b/gradle.properties index c8ad482..7d1bad9 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -release_version = 5.0.0 +release_version = 5.0.1 docker_image_name = th2-hand vcs_url=https://github.com/th2-net/th2-hand \ No newline at end of file