From dc5bea0cd8ec9cdd7ec6cc7b643748b784524bec Mon Sep 17 00:00:00 2001 From: Sergey Beryozkin Date: Mon, 10 Apr 2023 21:41:17 +0100 Subject: [PATCH] Bump OWASP dependency check plugin version to 8.2.1 --- build-parent/pom.xml | 2 +- .../main/asciidoc/security-vulnerability-detection-concept.adoc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-parent/pom.xml b/build-parent/pom.xml index f5047b0e34934..9ff9e603e3e22 100644 --- a/build-parent/pom.xml +++ b/build-parent/pom.xml @@ -176,7 +176,7 @@ 1.1.1 - 8.1.2 + 8.2.1 3.1.0 diff --git a/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc b/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc index dddf0fe157691..6bc97616d19a4 100644 --- a/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc +++ b/docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc @@ -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: