Skip to content

Commit

Permalink
Bump OWASP dependency check plugin version to 8.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Apr 12, 2023
1 parent 5c97e6c commit dc5bea0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build-parent/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@

<!-- google cloud functions invoker-->
<gcf-invoker.version>1.1.1</gcf-invoker.version>
<owasp-dependency-check-plugin.version>8.1.2</owasp-dependency-check-plugin.version>
<owasp-dependency-check-plugin.version>8.2.1</owasp-dependency-check-plugin.version>

<!-- Jakarta JMS API -->
<jakarta.jms-api.version>3.1.0</jakarta.jms-api.version>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ To add the OWASP Dependency check plugin to your Quarkus Maven project, add the

[IMPORTANT]
====
Set the `owasp-dependency-check-plugin.version` value to `8.1.2` or later.
Set the `owasp-dependency-check-plugin.version` value to `8.2.1` or later.
====

Next, configure the plugin as follows:
Expand Down

0 comments on commit dc5bea0

Please sign in to comment.