diff --git a/README.md b/README.md index 4cef8f9..3b9427c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Log Reader User Manual 3.5.2 +# Log Reader User Manual 3.5.3 ## Document Information @@ -170,6 +170,11 @@ Output: 8=FIXT.1.1\u00019=66\u000135=A\u000134=1\u000149=NFT2_FIX1\u000156=FGW\u ## Changes +### 3.5.3 + ++ Updated common to 3.44.1 ++ Updated bom to 4.2.0 + ### 3.5.2 + Fixed release version: removed `SNAPSHOT` diff --git a/build.gradle b/build.gradle index bf28edc..6b91606 100644 --- a/build.gradle +++ b/build.gradle @@ -22,7 +22,7 @@ plugins { id 'signing' id 'com.palantir.docker' version '0.25.0' id 'org.jetbrains.kotlin.jvm' version '1.6.21' - id "org.owasp.dependencycheck" version "7.4.4" + id "org.owasp.dependencycheck" version "8.1.0" id "io.github.gradle-nexus.publish-plugin" version "1.0.0" } @@ -49,8 +49,8 @@ repositories { } dependencies { - api platform('com.exactpro.th2:bom:4.1.0') - api 'com.exactpro.th2:common:3.44.0' + api platform('com.exactpro.th2:bom:4.2.0') + api ('com.exactpro.th2:common:3.44.1') api 'com.exactpro.th2:read-file-common-core:1.5.1' implementation('com.opencsv:opencsv:5.7.0') { @@ -222,3 +222,14 @@ tasks.register('integrationTest', Test) { includeTags('integration-test') } } + +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 1536566..04cb2a5 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,2 +1,2 @@ -release_version=3.5.2 +release_version=3.5.3 vcs_url=https://github.com/th2-net/th2-read-log