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 10.0.3 to 11.1.1.

---
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 Dec 10, 2024
1 parent 8b451d5 commit c4d4cb4
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 "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 Down

0 comments on commit c4d4cb4

Please sign in to comment.