Skip to content

Commit

Permalink
[Th2 5143] problem when codec publishes event for book A with attac…
Browse files Browse the repository at this point in the history
…hed messages for book `B` (#32)

* Updated dependencies
  • Loading branch information
Nikita-Smirnov-Exactpro authored Dec 29, 2023
1 parent 927a96f commit 757856c
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
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

0 comments on commit 757856c

Please sign in to comment.