Skip to content

Commit dfd1058

Browse files
authored
Update dependency check plugin for bug fix (Azure#45199)
1 parent 894008b commit dfd1058

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

eng/versioning/external_dependencies.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,7 +212,7 @@ org.jacoco:org.jacoco.agent;0.8.12
212212
org.mockito:mockito-core;4.11.0
213213
org.mockito:mockito-inline;4.11.0
214214
org.moditect:moditect-maven-plugin;1.0.0.RC1
215-
org.owasp:dependency-check-maven;11.1.1
215+
org.owasp:dependency-check-maven;12.1.1
216216
org.ow2.asm:asm;9.7.1
217217
org.revapi:revapi;0.15.1
218218
org.revapi:revapi-java;0.28.3

sdk/parents/azure-sdk-parent/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<plugin>
288288
<groupId>org.owasp</groupId>
289289
<artifactId>dependency-check-maven</artifactId>
290-
<version>11.1.1</version> <!-- {x-version-update;org.owasp:dependency-check-maven;external_dependency} -->
290+
<version>12.1.1</version> <!-- {x-version-update;org.owasp:dependency-check-maven;external_dependency} -->
291291
<configuration>
292292
<skipProvidedScope>true</skipProvidedScope>
293293
</configuration>

0 commit comments

Comments
 (0)