From e8e0a44aa2a9df274b86ffbd03906c8fce415e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Jul 2024 14:19:16 +0000 Subject: [PATCH] Bump com.exactpro.th2:common Bumps com.exactpro.th2:common from 5.10.1-dev to 5.14.0-TH2-1988-9837950939-6b5c84a-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..795753d 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-TH2-1988-9837950939-6b5c84a-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"