Skip to content

Commit 27d7d5f

Browse files
authored
Merge pull request #31505 from sberyozkin/owasp_updates
Bump owasp version to 8.1.2
2 parents 98525f4 + e693e41 commit 27d7d5f

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

build-parent/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@
174174

175175
<!-- google cloud functions invoker-->
176176
<gcf-invoker.version>1.1.1</gcf-invoker.version>
177-
<owasp-dependency-check-plugin.version>7.4.4</owasp-dependency-check-plugin.version>
177+
<owasp-dependency-check-plugin.version>8.1.2</owasp-dependency-check-plugin.version>
178178

179179
<!-- Jakarta JMS API -->
180180
<jakarta.jms-api.version>3.1.0</jakarta.jms-api.version>
@@ -721,6 +721,7 @@
721721
<assemblyAnalyzerEnabled>false</assemblyAnalyzerEnabled>
722722
<nugetconfAnalyzerEnabled>false</nugetconfAnalyzerEnabled>
723723
<nuspecAnalyzerEnabled>false</nuspecAnalyzerEnabled>
724+
<retireJsAnalyzerEnabled>false</retireJsAnalyzerEnabled>
724725
</configuration>
725726
</plugin>
726727
</plugins>

docs/src/main/asciidoc/security-vulnerability-detection-concept.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ To add the OWASP Dependency check plugin to your Quarkus Maven project, add the
3838

3939
[IMPORTANT]
4040
====
41-
Set the `owasp-dependency-check-plugin.version` value to `7.4.4` or later.
41+
Set the `owasp-dependency-check-plugin.version` value to `8.1.2` or later.
4242
====
4343

4444
Next, configure the plugin as follows:
@@ -134,4 +134,4 @@ You can adjust the expiry date if you need to.
134134
== References
135135

136136
* xref:security-overview-concept.adoc[Quarkus Security overview]
137-
* xref:security-authentication-mechanisms-concept.adoc#other-supported-authentication-mechanisms[Authentication mechanisms in Quarkus]
137+
* xref:security-authentication-mechanisms-concept.adoc#other-supported-authentication-mechanisms[Authentication mechanisms in Quarkus]

0 commit comments

Comments
 (0)