From 3aae9139c3ae7114336b054a7bd5a8f10669ab14 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Sep 2022 11:33:42 +0000 Subject: [PATCH] Bump com.exactpro.th2:bom from 3.0.0 to 4.0.1 Bumps [com.exactpro.th2:bom](https://github.com/th2-net/th2-bom) from 3.0.0 to 4.0.1. - [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..17ea08a 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.0.1') implementation "com.exactpro.th2:common:$common_version" implementation 'com.exactpro.th2:codec:4.6.1'