From d8a29332243222840a92ae0585f1b9e8875d1f33 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 21:29:34 +0000 Subject: [PATCH] Bump com.exactpro.th2:bom from 4.12.0 to 4.12.2 Bumps [com.exactpro.th2:bom](https://github.com/th2-net/th2-bom) from 4.12.0 to 4.12.2. - [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-version: 4.12.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 4c2848e..0565849 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -4,7 +4,7 @@ cradle = "5.6.0-dev" logback = "1.5.18" [libraries] -th2-bom = { group = "com.exactpro.th2", name = "bom", version = "4.12.0" } +th2-bom = { group = "com.exactpro.th2", name = "bom", version = "4.12.2" } 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" }