Skip to content

Commit

Permalink
chore(deps): update plugin org.owasp.dependencycheck to v8.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Oct 22, 2023
1 parent 4c46b2f commit eaaf5c7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion graphql/boot-graphql-webflux/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.3"
id("com.diffplug.spotless") version "6.22.0"
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("org.owasp.dependencycheck") version "8.4.1"
id("org.owasp.dependencycheck") version "8.4.2"
jacoco
id("org.sonarqube") version "4.4.1.3373"
// id("org.graalvm.buildtools.native") version "0.9.24"
Expand Down
2 changes: 1 addition & 1 deletion graphql/spring-boot-graphql-querydsl/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ plugins {
id("io.spring.dependency-management") version "1.1.3"
id("com.diffplug.spotless") version "6.22.0"
id("com.gorylenko.gradle-git-properties") version "2.4.1"
id("org.owasp.dependencycheck") version "8.4.1"
id("org.owasp.dependencycheck") version "8.4.2"
jacoco
id("org.sonarqube") version "4.4.1.3373"
}
Expand Down

0 comments on commit eaaf5c7

Please sign in to comment.