From 4d8a81314c9c923be9707e2d0ca520f64887cafa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 27 Jun 2024 14:49:02 +0000 Subject: [PATCH] Bump com.exactpro.th2:common Bumps com.exactpro.th2:common from 5.10.1-dev to 5.14.0-microservice-main-9549888792-0fde596-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..819d893 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.14.0-microservice-main-9549888792-0fde596-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"