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