From b7844e7b9210d7888efd533ee6864b40d9eb439c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:59:18 +0000 Subject: [PATCH] Bump com.exactpro.th2:bom from 3.0.0 to 4.2.0 Bumps [com.exactpro.th2:bom](https://github.com/th2-net/th2-bom) from 3.0.0 to 4.2.0. - [Release notes](https://github.com/th2-net/th2-bom/releases) - [Commits](https://github.com/th2-net/th2-bom/commits) --- updated-dependencies: - dependency-name: com.exactpro.th2:bom dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8bebc16..b4a817c 100644 --- a/build.gradle +++ b/build.gradle @@ -57,7 +57,7 @@ jar { } dependencies { - api platform('com.exactpro.th2:bom:3.0.0') + api platform('com.exactpro.th2:bom:4.2.0') implementation "com.exactpro.th2:common:$common_version" implementation 'com.exactpro.th2:codec:4.6.1'