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
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version = 4.0.0
release_version = 4.0.1

docker_image_name=