From 49462c52daaccdcd6fa40e9705e2ed29517b9a8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Dec 2024 12:29:48 +0000 Subject: [PATCH] Bump com.exactpro.th2:common-utils Bumps com.exactpro.th2:common-utils from 2.3.0-dev to 2.3.0-TH2-5231-10468612875-25adbb6-SNAPSHOT. --- updated-dependencies: - dependency-name: com.exactpro.th2:common-utils dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index f3befbc..dbad570 100644 --- a/build.gradle +++ b/build.gradle @@ -39,7 +39,7 @@ javadoc { dependencies { implementation 'com.exactpro.th2:common:5.14.0-dev' - implementation('com.exactpro.th2:common-utils:2.3.0-dev') { + implementation('com.exactpro.th2:common-utils:2.3.0-TH2-5231-10468612875-25adbb6-SNAPSHOT') { because("executor service utils is used") } implementation 'com.exactpro.th2:task-utils:0.1.1'