From 4feaa86ab545555f07fc02524fff5c222f522475 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 Dec 2021 11:27:46 +0000 Subject: [PATCH] Bump common from 3.31.5 to 3.31.6 Bumps [common](https://github.com/th2-net/th2-common-j) from 3.31.5 to 3.31.6. - [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-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index e6682d1..eb6a050 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.31.5' + common_version = '3.31.6' } group = 'com.exactpro.th2'