From 0efe2816515b846ed3cebab21354076000f8905d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Jun 2025 17:45:26 +0000 Subject: [PATCH] Bump com.exactpro.th2:bom from 4.11.0 to 4.12.0 Bumps [com.exactpro.th2:bom](https://github.com/th2-net/th2-bom) from 4.11.0 to 4.12.0. - [Release notes](https://github.com/th2-net/th2-bom/releases) - [Commits](https://github.com/th2-net/th2-bom/compare/4.11.0...4.12.0) --- updated-dependencies: - dependency-name: com.exactpro.th2:bom dependency-version: 4.12.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f7ed99d..8b87279 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ cradle = "5.5.0-dev" logback = "1.5.18" [libraries] -th2-bom = { group = "com.exactpro.th2", name = "bom", version = "4.11.0" } +th2-bom = { group = "com.exactpro.th2", name = "bom", version = "4.12.0" } th2-common = { group = "com.exactpro.th2", name = "common", version = "5.15.0-dev" } th2-cradle-cassandra = { group = "com.exactpro.th2", name = "cradle-cassandra", version.ref = "cradle" } th2-grpc-service-generator = { group = "com.exactpro.th2", name = "grpc-service-generator", version = "3.8.0" }