From d1aaa38b0c0c6b3de2420098a8323b268276f887 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 Oct 2025 23:13:51 +0000 Subject: [PATCH] Bump com.exactpro.th2:codec from 5.6.0-dev to 5.6.1-dev Bumps [com.exactpro.th2:codec](https://github.com/th2-net/th2-codec) from 5.6.0-dev to 5.6.1-dev. - [Release notes](https://github.com/th2-net/th2-codec/releases) - [Commits](https://github.com/th2-net/th2-codec/compare/5.6.0-dev...5.6.1-dev) --- updated-dependencies: - dependency-name: com.exactpro.th2:codec dependency-version: 5.6.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 edc94f4..171b679 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ th2-plugin = "0.3.8" [libraries] 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.4.0-dev" } -th2-codec = { group = "com.exactpro.th2", name = "codec", version = "5.6.0-dev" } +th2-codec = { group = "com.exactpro.th2", name = "codec", version = "5.6.1-dev" } javacsv = { group = "net.sourceforge.javacsv", name = "javacsv", version = "2.0" }