Skip to content

Commit

Permalink
Merge pull request #32514 from sberyozkin/owasp_plugin_8.2.1
Browse files Browse the repository at this point in the history
Bump OWASP dependency check plugin version to 8.2.1
  • Loading branch information
sberyozkin authored Apr 12, 2023
2 parents 9d179ec + dc5bea0 commit d3c24d9
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 d3c24d9

Please sign in to comment.