From 392c8364816c1057fd50014f6e43ad0bce0b895e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 16 Apr 2024 09:37:43 +0000 Subject: [PATCH] Bump com.exactpro.th2:bom from 4.6.0 to 4.6.1 Bumps [com.exactpro.th2:bom](https://github.com/th2-net/th2-bom) from 4.6.0 to 4.6.1. - [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-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 77b237a8..10422e31 100644 --- a/build.gradle +++ b/build.gradle @@ -180,7 +180,7 @@ tasks.register('integrationTest', Test) { } dependencies { - api platform("com.exactpro.th2:bom:4.6.0") + api platform("com.exactpro.th2:bom:4.6.1") api('com.exactpro.th2:grpc-common:4.4.0-dev') { because('protobuf transport is main now, this dependency should be moved to grpc, mq protobuf modules after splitting') }