Skip to content

Commit 1885f07

Browse files
committed
update pom
1 parent 15d0041 commit 1885f07

File tree

1 file changed

+7
-4
lines changed

1 file changed

+7
-4
lines changed

pom.xml

+7-4
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
<maven.compiler.source>1.8</maven.compiler.source>
7070
<maven.compiler.target>1.8</maven.compiler.target>
7171

72-
<junit.version>5.10.1</junit.version>
72+
<junit.version>5.11.4</junit.version>
7373
</properties>
7474

7575
<dependencies>
@@ -115,7 +115,7 @@
115115
<plugin>
116116
<groupId>org.apache.maven.plugins</groupId>
117117
<artifactId>maven-javadoc-plugin</artifactId>
118-
<version>3.6.3</version>
118+
<version>3.11.2</version>
119119
</plugin>
120120
<plugin>
121121
<groupId>org.apache.maven.plugins</groupId>
@@ -145,7 +145,10 @@
145145
<plugin>
146146
<groupId>org.owasp</groupId>
147147
<artifactId>dependency-check-maven</artifactId>
148-
<version>9.0.7</version>
148+
<version>11.1.1</version>
149+
<configuration>
150+
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
151+
</configuration>
149152
</plugin>
150153
</plugins>
151154
</pluginManagement>
@@ -190,7 +193,7 @@
190193
<goal>check</goal>
191194
</goals>
192195
<configuration>
193-
<failBuildOnCVSS>10</failBuildOnCVSS>
196+
<failBuildOnCVSS>9</failBuildOnCVSS>
194197
<skipTestScope>true</skipTestScope>
195198
</configuration>
196199
</execution>

0 commit comments

Comments
 (0)