Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Csv codec (5.2.0)
# Csv codec (5.2.1)

## Description

Expand Down Expand Up @@ -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.
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release_version=5.2.0
app_main_class=com.exactpro.th2.codec.MainKt
release_version=5.2.1
app_main_class=com.exactpro.th2.codec.MainKt