Skip to content

Commit

Permalink
Bump owasp
Browse files Browse the repository at this point in the history
  • Loading branch information
skjolber committed Mar 27, 2024
1 parent 1f21587 commit 833174d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,4 @@ dependency-reduced-pom.xml

.idea/
local_config/
target
5 changes: 3 additions & 2 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@
<maven-source-plugin.version>3.3.0</maven-source-plugin.version>
<maven.compiler.source>1.8</maven.compiler.source>
<maven.compiler.target>1.8</maven.compiler.target>
<maven.version>3.9.4</maven.version>
<maven.version>3.9.6</maven.version>
<okio.version>3.6.0</okio.version>
<owasp-dependency-check.version>8.4.0</owasp-dependency-check.version>
<owasp-dependency-check.version>9.0.10</owasp-dependency-check.version>
<pgv-java-stub.version>0.10.1</pgv-java-stub.version>
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
Expand Down Expand Up @@ -387,6 +387,7 @@
<configuration>
<failBuildOnCVSS>7</failBuildOnCVSS>
<failOnError>true</failOnError>
<nvdApiKey>${NVD_API_KEY}</nvdApiKey>
<skipTestScope>true</skipTestScope>
<!-- suppressionFiles: see https://jeremylong.github.io/DependencyCheck/general/suppression.html -->
<suppressionFiles>
Expand Down

0 comments on commit 833174d

Please sign in to comment.