Skip to content

Commit

Permalink
[TH2-5131] Used release versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Nikita-Smirnov-Exactpro committed Nov 27, 2023
1 parent 6116786 commit 954ebca
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,7 @@ read-csv throws the IndexOutOfBoundsException when it works in `useTransport` mo
#### Updated:
* common: `5.7.1-dev`
* read-file-common-core: `3.1.0-dev`
* opencsv: `5.9`

### 2.1.0

Expand Down
5 changes: 2 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -85,15 +85,14 @@ dependencies {
implementation ("com.exactpro.th2:common:5.7.1-dev")
implementation "org.slf4j:slf4j-api"

api "com.exactpro.th2:read-file-common-core:3.1.0-TH2-5131-+"
api "com.exactpro.th2:read-file-common-core:3.1.0-dev"
implementation('com.exactpro.th2:netty-bytebuf-utils:0.2.0') {
because("'asExpandable' method is used")
}

implementation "com.opencsv:opencsv:5.8"
implementation "com.opencsv:opencsv:5.9"

implementation "javax.annotation:javax.annotation-api:1.3.2"
implementation "org.jetbrains.kotlin:kotlin-stdlib"
implementation "org.jetbrains.kotlin:kotlin-reflect"

implementation "com.fasterxml.jackson.core:jackson-databind"
Expand Down

0 comments on commit 954ebca

Please sign in to comment.