Update javamelody and use nvd api key

This commit is contained in:
oliver1 2024-03-16 17:49:12 +01:00
parent 906f7dec91
commit 33d5a3a195

View File

@ -83,7 +83,7 @@
<dependency>
<groupId>net.bull.javamelody</groupId>
<artifactId>javamelody-core</artifactId>
<version>1.95.0</version>
<version>1.98.0</version>
<scope>compile</scope>
</dependency>
@ -218,8 +218,9 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.9</version>
<version>9.0.10</version>
<configuration>
<nvdApiServerId>nvd</nvdApiServerId>
<formats>
<format>html</format>
<format>json</format>