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
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Csv codec (4.0.1)
# Csv codec (4.1.0)
## 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,13 @@ spec:

## Release notes

### 4.1.0

+ Migrated to `th2-codec:4.8.0`
+ Common updated to `3.44.1`
+ Bom updated to `4.2.0`
+ Codec to `4.8.1`

### 4.0.1

+ Migrated to `th2-codec:4.7.6`
Expand Down
19 changes: 15 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ plugins {
id 'java-library'
id 'application'
id 'com.palantir.docker' version '0.25.0'
id "org.owasp.dependencycheck" version "7.4.4"
id "org.owasp.dependencycheck" version "8.1.0"
}

dependencyCheck {
Expand Down Expand Up @@ -55,10 +55,10 @@ jar {
}

dependencies {
api platform('com.exactpro.th2:bom:4.1.0')
api platform('com.exactpro.th2:bom:4.2.0')

implementation 'com.exactpro.th2:common:3.44.0'
implementation 'com.exactpro.th2:codec:4.7.6'
implementation 'com.exactpro.th2:common:3.44.1'
implementation 'com.exactpro.th2:codec:4.8.1'

implementation 'net.sourceforge.javacsv:javacsv:2.0'
implementation 'org.jetbrains:annotations:23.0.0'
Expand Down Expand Up @@ -90,4 +90,15 @@ dockerPrepare {

docker {
copySpec.from(tarTree("$buildDir/distributions/${applicationName}.tar"))
}

dependencyCheck {
formats=['SARIF', 'JSON', 'HTML']
failBuildOnCVSS=5

analyzers {
assemblyEnabled = false
nugetconfEnabled = false
nodeEnabled = false
}
}
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.1
release_version = 4.1.0

docker_image_name=