Skip to content

Commit

Permalink
[Notification-service] Bump org.owasp.dependencycheck
Browse files Browse the repository at this point in the history
Bumps org.owasp.dependencycheck from 11.1.1 to 12.0.0.

---
updated-dependencies:
- dependency-name: org.owasp.dependencycheck
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and shaikrasheed99 committed Jan 13, 2025
1 parent 1e7ea1b commit d624b54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion notification-service/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ plugins {
id("org.springframework.boot") version "3.3.1"
id("io.spring.dependency-management") version "1.1.6"
id("io.gitlab.arturbosch.detekt") version "1.23.6"
id("org.owasp.dependencycheck") version "11.1.1"
id("org.owasp.dependencycheck") version "12.0.0"

kotlin("jvm") version "2.1.0"
kotlin("plugin.spring") version "2.1.0"
Expand Down

0 comments on commit d624b54

Please sign in to comment.