From 1e5483fff62c4903164f63620b8d70e5cdf65419 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 09:10:05 +0000 Subject: [PATCH] Bump com.exactpro.th2:common Bumps com.exactpro.th2:common from 5.14.0-dev to 5.15.0-windows-compatible-11379366273-569bd5b-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 4a03387..3b60223 100644 --- a/build.gradle +++ b/build.gradle @@ -38,7 +38,7 @@ javadoc { } dependencies { - implementation 'com.exactpro.th2:common:5.14.0-dev' + implementation 'com.exactpro.th2:common:5.15.0-windows-compatible-11379366273-569bd5b-SNAPSHOT' implementation('com.exactpro.th2:common-utils:2.3.0-dev') { because("executor service utils is used") }