From 65f823cf7dfd622913a625eb83abe0aa7766d8d2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 9 Aug 2025 00:06:39 +0000 Subject: [PATCH] Bump com.exactpro.th2:common from 5.15.0-dev to 5.16.0-dev Bumps [com.exactpro.th2:common](https://github.com/th2-net/th2-common-j) from 5.15.0-dev to 5.16.0-dev. - [Release notes](https://github.com/th2-net/th2-common-j/releases) - [Commits](https://github.com/th2-net/th2-common-j/compare/5.15.0-dev...5.16.0-dev) --- updated-dependencies: - dependency-name: com.exactpro.th2:common dependency-version: 5.16.0-dev 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 128cd1e..e890536 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ kotlin = "2.2.0" th2-plugin = "0.2.4" [libraries] -th2-common = { group = "com.exactpro.th2", name = "common", version = "5.15.0-dev" } +th2-common = { group = "com.exactpro.th2", name = "common", version = "5.16.0-dev" } th2-common-utils = { group = "com.exactpro.th2", name = "common-utils", version = "2.3.1-dev" } th2-codec = { group = "com.exactpro.th2", name = "codec", version = "5.5.0-dev" }