Skip to content

Commit

Permalink
[Discovery-server] Upgrade. Dependencycheck plugin version
Browse files Browse the repository at this point in the history
  • Loading branch information
shaikrasheed99 committed Dec 10, 2024
1 parent 51201eb commit f0f8e05
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion discovery-server/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import org.springframework.boot.gradle.tasks.bundling.BootBuildImage
plugins {
id("org.springframework.boot") version "3.3.1"
id("io.spring.dependency-management") version "1.1.6"
id("org.owasp.dependencycheck") version "10.0.3"
id("org.owasp.dependencycheck") version "11.1.1"

kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0"
Expand All @@ -32,6 +32,9 @@ dependencies {
}

dependencyCheck {
analyzers {
centralEnabled = false
}
suppressionFile = "./suppression-file.xml"
}

Expand Down

0 comments on commit f0f8e05

Please sign in to comment.