We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fc92c49 + 6009266 commit 4b812efCopy full SHA for 4b812ef
pom.xml
@@ -20,7 +20,7 @@
20
<parent>
21
<groupId>com.okta</groupId>
22
<artifactId>okta-parent</artifactId>
23
- <version>24</version>
+ <version>27</version>
24
</parent>
25
26
<groupId>com.okta.commons</groupId>
@@ -199,16 +199,6 @@
199
</parameter>
200
</configuration>
201
</plugin>
202
- <plugin>
203
- <groupId>org.owasp</groupId>
204
- <artifactId>dependency-check-maven</artifactId>
205
- <version>8.0.1</version>
206
- <configuration>
207
- <suppressionFile>${root.dir}/src/owasp/owasp-suppression.xml</suppressionFile>
208
- <failBuildOnAnyVulnerability>true</failBuildOnAnyVulnerability>
209
- <name>OWASP Dependency Check</name>
210
- </configuration>
211
- </plugin>
212
</plugins>
213
</pluginManagement>
214
<plugins>
0 commit comments