Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
fix(dependency-management): updates vulnerable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
tunderwood committed Aug 11, 2020
1 parent e7c60db commit ec5378d
Show file tree
Hide file tree
Showing 6 changed files with 201 additions and 288 deletions.
9 changes: 7 additions & 2 deletions cerberus-api-tests/cerberus-api-tests.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,15 @@ repositories {
jcenter()
}

configurations.all {
resolutionStrategy {
force 'org.apache.ant:ant:1.10.8'
}
}
dependencies {
compile project(':cerberus-core').sourceSets.test.output
compile group: 'org.testng', name: 'testng', version: '7.1.0'
compile 'junit:junit:4.12'
compile group: 'org.testng', name: 'testng', version: '7.3.0'
compile 'junit:junit:4.13'
compile 'org.slf4j:slf4j-api:1.7.21'
compile group: 'org.codehaus.groovy', name: 'groovy-all', version: '2.5.12'
compile 'io.rest-assured:rest-assured:4.1.2'
Expand Down
7 changes: 7 additions & 0 deletions cerberus-core/cerberus-core.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,3 +39,10 @@ dependencies {

api group: 'com.google.guava', name: 'guava', version: '28.1-jre'
}

configurations.all {
resolutionStrategy {
force "org.jetbrains.kotlin:kotlin-stdlib-common:1.4.0-rc"
force "org.jetbrains.kotlin:kotlin-stdlib:1.4.0-rc"
}
}
Loading

0 comments on commit ec5378d

Please sign in to comment.