Skip to content

Commit

Permalink
add junit to resolutions for CVE-2020-15250 (#1079)
Browse files Browse the repository at this point in the history
Signed-off-by: Rupal Mahajan <maharup@amazon.com>
  • Loading branch information
rupal-bq authored Nov 17, 2022
1 parent 0504c71 commit cdb30ee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions prometheus/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ test {
configurations.all {
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib:1.6.0"
resolutionStrategy.force "org.jetbrains.kotlin:kotlin-stdlib-common:1.6.0"
resolutionStrategy.force "org.junit.jupiter:junit-jupiter:5.6.2"
}

jacocoTestReport {
Expand Down

0 comments on commit cdb30ee

Please sign in to comment.