From 757856c4c705aebedba3217fb40669dafe8efcaf Mon Sep 17 00:00:00 2001 From: Nikita Smirnov <46124551+Nikita-Smirnov-Exactpro@users.noreply.github.com> Date: Fri, 29 Dec 2023 13:03:14 +0400 Subject: [PATCH] [Th2 5143] problem when codec publishes event for book `A` with attached messages for book `B` (#32) * Updated dependencies --- README.md | 7 ++++++- build.gradle | 4 ++-- gradle.properties | 4 ++-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 0ea2551..1bd2093 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Csv codec (5.2.0) +# Csv codec (5.2.1) ## Description @@ -141,6 +141,11 @@ spec: ## Release notes +### 5.2.1 + ++ Updated common: `5.7.2-dev` ++ Updated codec: `5.4.1-dev` + ### 5.2.0 + Added `trim-whitespace` option. diff --git a/build.gradle b/build.gradle index 3a21fa3..3d71fc8 100644 --- a/build.gradle +++ b/build.gradle @@ -17,9 +17,9 @@ apply plugin: 'kotlin-kapt' dependencies { api platform("com.exactpro.th2:bom:4.5.0") - implementation "com.exactpro.th2:common:5.7.1-dev" - implementation "com.exactpro.th2:codec:5.4.0-dev" + implementation "com.exactpro.th2:common:5.7.2-dev" implementation "com.exactpro.th2:common-utils:2.2.2-dev" + implementation "com.exactpro.th2:codec:5.4.1-dev" implementation "org.apache.commons:commons-lang3" implementation "com.fasterxml.jackson.core:jackson-databind" diff --git a/gradle.properties b/gradle.properties index 08c1f5e..530077f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -release_version=5.2.0 -app_main_class=com.exactpro.th2.codec.MainKt \ No newline at end of file +release_version=5.2.1 +app_main_class=com.exactpro.th2.codec.MainKt