Skip to content

Commit

Permalink
updated common and bom (#42)
Browse files Browse the repository at this point in the history
updated common and bom
  • Loading branch information
Xanclry authored Feb 22, 2023
1 parent 55bc1e8 commit c21d527
Show file tree
Hide file tree
Showing 3 changed files with 21 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 @@
# Log Reader User Manual 3.5.2
# Log Reader User Manual 3.5.3

## Document Information

Expand Down Expand Up @@ -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`
Expand Down
17 changes: 14 additions & 3 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"

}
Expand All @@ -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') {
Expand Down Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
release_version=3.5.2
release_version=3.5.3
vcs_url=https://github.com/th2-net/th2-read-log

0 comments on commit c21d527

Please sign in to comment.