From b453fe22086aafbfc5a9c5c9ac586ebe3c4ae479 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 11:04:54 +0000 Subject: [PATCH] Bump common from 3.32.0 to 3.44.0 Bumps [common](https://github.com/th2-net/th2-common-j) from 3.32.0 to 3.44.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-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..f343c94 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.0' } group = 'com.exactpro.th2'