Skip to content

Commit

Permalink
Pin dependencies causing CVEs. (opensearch-project#435)
Browse files Browse the repository at this point in the history
Signed-off-by: Filip Drobnjakovic <[email protected]>
  • Loading branch information
Tjofil authored Apr 18, 2023
1 parent 2add0e8 commit 5e5a9c7
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ plugins {
id 'com.github.spotbugs' version '4.6.0'
id 'jacoco'
id 'com.diffplug.spotless' version '5.11.0'
id 'checkstyle'
}

checkstyle {
toolVersion = '9.3'
configFile file("checkstyle/checkstyle.xml")
}

spotbugsMain {
Expand Down Expand Up @@ -242,6 +248,9 @@ dependencies {
force "com.fasterxml.jackson.core:jackson-core:${jacksonVersion}"
force "com.fasterxml.jackson.core:jackson-databind:${jacksonVersion}"
force "com.fasterxml.jackson.module:jackson-module-paranamer:${jacksonVersion}"
force "org.apache.commons:commons-lang3:3.12.0"
force "org.apache.commons:commons-text:1.10.0"
force "org.apache.bcel:bcel:6.6.0"
}
}

Expand Down

0 comments on commit 5e5a9c7

Please sign in to comment.