From 74cdcfc79e44407158a84750e0a0a61dba9d6cb3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Feb 2023 11:15:40 +0000 Subject: [PATCH] Bump com.exactpro.th2:common from 3.32.0 to 3.44.1 Bumps [com.exactpro.th2:common](https://github.com/th2-net/th2-common-j) from 3.32.0 to 3.44.1. - [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-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 8bebc16..81af7bf 100644 --- a/build.gradle +++ b/build.gradle @@ -10,7 +10,7 @@ apply plugin: 'com.palantir.docker' ext { sharedDir = file("${project.rootDir}/shared") - common_version = '3.32.0' + common_version = '3.44.1' } group = 'com.exactpro.th2'