From 142ebe494382111761e41082fe0386a8dfcf9108 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Feb 2023 19:59:22 +0000 Subject: [PATCH] Bump com.exactpro.th2:grpc-check1 from 3.5.1 to 3.7.0 Bumps [com.exactpro.th2:grpc-check1](https://github.com/th2-net/th2-grpc-check1) from 3.5.1 to 3.7.0. - [Release notes](https://github.com/th2-net/th2-grpc-check1/releases) - [Commits](https://github.com/th2-net/th2-grpc-check1/commits) --- updated-dependencies: - dependency-name: com.exactpro.th2:grpc-check1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index c8c5906..5a4e68d 100644 --- a/build.gradle +++ b/build.gradle @@ -205,7 +205,7 @@ signing { dependencies { api platform('com.exactpro.th2:bom:4.2.0') - implementation 'com.exactpro.th2:grpc-check1:3.5.1' + implementation 'com.exactpro.th2:grpc-check1:3.7.0' implementation 'com.exactpro.th2:common:3.44.1' implementation ('com.exactpro.th2:sailfish-utils:3.14.0') { exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-yaml' // because of the vulnerability