From d4d00bcc699da127202d8c9e8d065ca0b642f22c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 17:57:17 +0000 Subject: [PATCH] Bump com.exactpro.th2:common from 5.16.0-dev to 5.16.1-dev Bumps [com.exactpro.th2:common](https://github.com/th2-net/th2-common-j) from 5.16.0-dev to 5.16.1-dev. - [Release notes](https://github.com/th2-net/th2-common-j/releases) - [Commits](https://github.com/th2-net/th2-common-j/compare/5.16.0-dev...5.16.1-dev) --- updated-dependencies: - dependency-name: com.exactpro.th2:common dependency-version: 5.16.1-dev 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 92fbc93..a6cf49d 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ logback = "1.5.18" [libraries] th2-bom = { group = "com.exactpro.th2", name = "bom", version = "4.14.1" } -th2-common = { group = "com.exactpro.th2", name = "common", version = "5.16.0-dev" } +th2-common = { group = "com.exactpro.th2", name = "common", version = "5.16.1-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.4" } th2-grpc-check1 = { group = "com.exactpro.th2", name = "grpc-check1", version = "4.4.1-dev" }