Skip to content

Commit

Permalink
Merge pull request #23 from DDS-GmbH/dependabot/gradle/org.owasp.depe…
Browse files Browse the repository at this point in the history
…ndencycheck-6.3.2

Bump org.owasp.dependencycheck from 5.2.4 to 6.3.2
  • Loading branch information
AntonOellerer committed Sep 30, 2021
2 parents eeefeb3 + bfa97b6 commit a808432
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
plugins {
id 'java'
id 'maven-publish'
id "org.owasp.dependencycheck" version "5.2.4"
id "org.owasp.dependencycheck" version "6.3.2"
id 'checkstyle'
}

group = 'com.docu-tools'
version = '1.0.3'
version = '1.0.4'
sourceCompatibility = 17
targetCompatibility = 17

Expand Down

0 comments on commit a808432

Please sign in to comment.