From dec1a4fc4ccc7b2979213f713af3000bafc1145e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 6 Feb 2023 11:13:32 +0000 Subject: [PATCH] Bump com.exactpro.th2:codec from 4.6.1 to 4.7.5 Bumps [com.exactpro.th2:codec](https://github.com/th2-net/th2-codec) from 4.6.1 to 4.7.5. - [Release notes](https://github.com/th2-net/th2-codec/releases) - [Commits](https://github.com/th2-net/th2-codec/commits) --- updated-dependencies: - dependency-name: com.exactpro.th2:codec dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 8bebc16..831d278 100644 --- a/build.gradle +++ b/build.gradle @@ -60,7 +60,7 @@ dependencies { api platform('com.exactpro.th2:bom:3.0.0') implementation "com.exactpro.th2:common:$common_version" - implementation 'com.exactpro.th2:codec:4.6.1' + implementation 'com.exactpro.th2:codec:4.7.5' implementation 'org.slf4j:slf4j-log4j12' implementation 'org.slf4j:slf4j-api'