From 2b3616809db103f06b97e0580f8c79dfd0a485c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 23 Jun 2022 14:47:19 +0000 Subject: [PATCH] Bump common from 3.32.0 to 3.39.2 Bumps [common](https://github.com/th2-net/th2-common-j) from 3.32.0 to 3.39.2. - [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..aea0803 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.39.2' } group = 'com.exactpro.th2'