From 374975e47c8d23992a7fde6753bb11a70dcfeae3 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Mon, 13 Feb 2023 13:29:59 +0400 Subject: [PATCH] Migrated to `th2-codec:4.7.6` --- README.md | 6 +++++- build.gradle | 2 +- gradle.properties | 2 +- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f6a7a92..8c4805d 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Csv codec (4.0.0) +# Csv codec (4.0.1) ## Description Designed for decode csv raw messages from csv reader to the parsed messages. It is based on [th2-codec](https://github.com/th2-net/th2-codec). @@ -130,6 +130,10 @@ spec: ## Release notes +### 4.0.1 + ++ Migrated to `th2-codec:4.7.6` + ### 4.0.0 + Migrated to `th2-codec` core part. Uses the standard configuration format and pins for th2-codec diff --git a/build.gradle b/build.gradle index c5a922e..b370c1f 100644 --- a/build.gradle +++ b/build.gradle @@ -58,7 +58,7 @@ dependencies { api platform('com.exactpro.th2:bom:4.1.0') implementation 'com.exactpro.th2:common:3.44.0' - implementation 'com.exactpro.th2:codec:4.7.4' + implementation 'com.exactpro.th2:codec:4.7.6' implementation 'net.sourceforge.javacsv:javacsv:2.0' implementation 'org.jetbrains:annotations:23.0.0' diff --git a/gradle.properties b/gradle.properties index ae63539..f1cc7ce 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -release_version = 4.0.0 +release_version = 4.0.1 docker_image_name=