From b381a71b1370af6d8bf54ae36e36f7151d71b8b4 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 7 Dec 2023 19:42:43 +0400 Subject: [PATCH 1/4] [TH2-5143] Updated dependencies --- README.md | 7 ++++++- build.gradle | 4 ++-- gradle.properties | 2 +- 3 files changed, 9 insertions(+), 4 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..095b6ca 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-TH2-5143-+" implementation "com.exactpro.th2:common-utils:2.2.2-dev" + implementation "com.exactpro.th2:codec:5.4.1-TH2-5143-+" implementation "org.apache.commons:commons-lang3" implementation "com.fasterxml.jackson.core:jackson-databind" diff --git a/gradle.properties b/gradle.properties index 08c1f5e..8d42283 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -release_version=5.2.0 +release_version=5.2.1 app_main_class=com.exactpro.th2.codec.MainKt \ No newline at end of file From 10eba97ee6fe4310bd5a9361f704c1cb3bbb6d18 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Fri, 8 Dec 2023 17:40:01 +0400 Subject: [PATCH 2/4] [TH2-5143] use release version --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 095b6ca..3c46351 100644 --- a/build.gradle +++ b/build.gradle @@ -17,7 +17,7 @@ apply plugin: 'kotlin-kapt' dependencies { api platform("com.exactpro.th2:bom:4.5.0") - implementation "com.exactpro.th2:common:5.7.2-TH2-5143-+" + 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-TH2-5143-+" From 19c2cd49524a1d69adecf43abfe19df67cb7827d Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Thu, 21 Dec 2023 11:49:00 +0400 Subject: [PATCH 3/4] [TH2-5143] bumped rebuild --- gradle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle.properties b/gradle.properties index 8d42283..530077f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ release_version=5.2.1 -app_main_class=com.exactpro.th2.codec.MainKt \ No newline at end of file +app_main_class=com.exactpro.th2.codec.MainKt From 77ecc582061447e90b415ebdbd8eea8d62528c75 Mon Sep 17 00:00:00 2001 From: "nikita.smirnov" Date: Fri, 29 Dec 2023 12:06:18 +0400 Subject: [PATCH 4/4] [TH2-5143] migrate to th2-codec release --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3c46351..3d71fc8 100644 --- a/build.gradle +++ b/build.gradle @@ -19,7 +19,7 @@ dependencies { api platform("com.exactpro.th2:bom:4.5.0") 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-TH2-5143-+" + implementation "com.exactpro.th2:codec:5.4.1-dev" implementation "org.apache.commons:commons-lang3" implementation "com.fasterxml.jackson.core:jackson-databind"