From 86ccaa3cdf19e2e90b910f907d9351b4ee6b71d8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Jan 2023 11:10:09 +0000 Subject: [PATCH] Bump com.exactpro.th2:bom from 3.0.0 to 4.0.3 Bumps [com.exactpro.th2:bom](https://github.com/th2-net/th2-bom) from 3.0.0 to 4.0.3. - [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..b0dd5b3 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.3') implementation "com.exactpro.th2:common:$common_version" implementation 'com.exactpro.th2:codec:4.6.1'