Skip to content

Commit

Permalink
Update transitive dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
yahavi committed Aug 18, 2023
1 parent d179f4c commit 03b689a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,13 @@ dependencies {
"functionalTestImplementation"("org.apache.httpcomponents", "httpclient", httpclientVersion)
"functionalTestImplementation"(project(mapOf("path" to ":")))

spotbugs("com.github.spotbugs:spotbugs:4.7.1")
// Static code analysis
spotbugs("com.github.spotbugs:spotbugs:4.7.1") {
exclude("org.apache.bcel", "bcel")
exclude("org.apache.commons", "commons-text")
}
spotbugs("org.apache.bcel", "bcel", "6.5.0")
spotbugs("org.apache.commons", "commons-text", "1.10.0")
spotbugsPlugins("com.h3xstream.findsecbugs:findsecbugs-plugin:1.12.0")
}

Expand Down

0 comments on commit 03b689a

Please sign in to comment.