Skip to content

Commit

Permalink
dependencycheck plugin downgrade
Browse files Browse the repository at this point in the history
dependencies update
  • Loading branch information
Oleg Smelov committed Apr 10, 2024
1 parent a34dde5 commit 8328472
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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

Expand Down
6 changes: 3 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -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") {
Expand All @@ -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
}

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 8328472

Please sign in to comment.