From 0c33ce23689054177c13e00da1a7c35016231dfb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 31 Aug 2022 11:34:14 +0000 Subject: [PATCH] Bump codec from 4.6.1 to 4.7.3 Bumps [codec](https://github.com/th2-net/th2-codec) from 4.6.1 to 4.7.3. - [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..8885e52 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.3' implementation 'org.slf4j:slf4j-log4j12' implementation 'org.slf4j:slf4j-api'