From ba49fa5a18d1939f013cf8bf394c3125e70b58f9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 29 May 2024 14:30:20 +0000 Subject: [PATCH] Bump com.exactpro.th2:common Bumps com.exactpro.th2:common from 5.10.1-dev to 5.12.0-th2-5200-9281366121-693b93f-SNAPSHOT. --- 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 15036e4..6e2591f 100644 --- a/build.gradle +++ b/build.gradle @@ -36,7 +36,7 @@ repositories { } dependencies { - implementation "com.exactpro.th2:common:5.10.1-dev" + implementation "com.exactpro.th2:common:5.12.0-th2-5200-9281366121-693b93f-SNAPSHOT" implementation "com.exactpro.th2:common-utils:2.2.3-dev" implementation "com.exactpro.th2:codec:5.5.0-dev" implementation "jakarta.xml.bind:jakarta.xml.bind-api:4.0.2"