diff --git a/docs/src/main/asciidoc/security-vulnerability-detection.adoc b/docs/src/main/asciidoc/security-vulnerability-detection.adoc index e3cc8d1485f63..303348de8536b 100644 --- a/docs/src/main/asciidoc/security-vulnerability-detection.adoc +++ b/docs/src/main/asciidoc/security-vulnerability-detection.adoc @@ -39,7 +39,7 @@ To add the Open Worldwide Application Security Project (OWASP) Dependency-check- [IMPORTANT] ==== -Set the `owasp-dependency-check-plugin.version` value to `8.2.1` or later. +Set the `owasp-dependency-check-plugin.version` value to `8.3.1` or later. ==== Next, configure the plugin as follows: @@ -136,4 +136,4 @@ You can adjust the expiry date if you need to. == References * xref:security-overview.adoc[Quarkus Security overview] -* xref:security-authentication-mechanisms.adoc[Authentication mechanisms in Quarkus] \ No newline at end of file +* xref:security-authentication-mechanisms.adoc[Authentication mechanisms in Quarkus] diff --git a/pom.xml b/pom.xml index 02cb8b01d4a0c..bd508854fe34f 100644 --- a/pom.xml +++ b/pom.xml @@ -66,7 +66,7 @@ false false - 8.2.1 + 8.3.1 0.8.10