Skip to content

Commit

Permalink
update vulnerable dependencies (#243)
Browse files Browse the repository at this point in the history
  • Loading branch information
vdonadze authored Jun 30, 2023
1 parent c4bcb64 commit ffb28f7
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
plugins {
id "io.github.gradle-nexus.publish-plugin" version"1.0.0"
id "org.owasp.dependencycheck" version "8.1.2"
id "org.owasp.dependencycheck" version "8.2.1"
id 'signing'
}

Expand Down
4 changes: 2 additions & 2 deletions cradle-cassandra/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ dependencies {
implementation 'com.google.guava:guava'

// this section is required to bypass failing vulnerability check caused by cassandra driver's transitive dependencies
annotationProcessor platform('com.exactpro.th2:bom:4.3.0')
annotationProcessor platform('com.exactpro.th2:bom:4.4.0')
annotationProcessor "com.datastax.oss:java-driver-mapper-processor:${driver_version}"
// ---

testImplementation 'org.testng:testng:7.1.0'
testImplementation 'org.testng:testng:7.7.0'
testImplementation 'org.assertj:assertj-core:3.12.2'
testImplementation "org.apache.logging.log4j:log4j-slf4j2-impl"
testImplementation 'org.apache.logging.log4j:log4j-core'
Expand Down
4 changes: 2 additions & 2 deletions cradle-core/build.gradle
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
dependencies {
api platform('com.exactpro.th2:bom:4.3.0')
api platform('com.exactpro.th2:bom:4.4.0')

implementation "com.fasterxml.jackson.core:jackson-databind"
implementation "org.apache.commons:commons-lang3"

implementation "org.slf4j:slf4j-api"
testImplementation 'org.apache.logging.log4j:log4j-slf4j2-impl'
testImplementation 'org.apache.logging.log4j:log4j-core'
testImplementation 'org.testng:testng:7.1.0'
testImplementation 'org.testng:testng:7.7.0'
testImplementation 'org.assertj:assertj-core:3.12.2'
implementation 'com.google.guava:guava'
}
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
release_version = 5.0.2
release_version = 5.0.3
description = 'Cradle API'
vcs_url=https://github.com/th2-net/cradleapi

0 comments on commit ffb28f7

Please sign in to comment.