From c5ee861471e568318dcae749993b14587715a80d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Mar 2023 21:58:26 +0000 Subject: [PATCH] Bump com.exactpro.th2:common from 3.44.1 to 5.2.0 Bumps [com.exactpro.th2:common](https://github.com/th2-net/th2-common-j) from 3.44.1 to 5.2.0. - [Release notes](https://github.com/th2-net/th2-common-j/releases) - [Commits](https://github.com/th2-net/th2-common-j/commits) --- updated-dependencies: - dependency-name: com.exactpro.th2:common dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index caa47e9..983e1b5 100644 --- a/build.gradle +++ b/build.gradle @@ -206,7 +206,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:common:3.44.1' + implementation 'com.exactpro.th2:common:5.2.0' implementation ('com.exactpro.th2:sailfish-utils:3.14.0') { exclude group: 'com.fasterxml.jackson.dataformat', module: 'jackson-dataformat-yaml' // because of the vulnerability exclude group: 'junit', module: 'junit' // because of the vulnerability