diff --git a/README.md b/README.md index 8c4805d..42146b6 100644 --- a/README.md +++ b/README.md @@ -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). @@ -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` diff --git a/build.gradle b/build.gradle index b370c1f..2cb155a 100644 --- a/build.gradle +++ b/build.gradle @@ -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 { @@ -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' @@ -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 + } } \ No newline at end of file diff --git a/gradle.properties b/gradle.properties index f1cc7ce..878d6ca 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,3 +1,3 @@ -release_version = 4.0.1 +release_version = 4.1.0 docker_image_name=