deps: update jackson to 2.16.1
All checks were successful
continuous-integration/drone/push Build is passing

Plus minor test and plugin updates.
This commit is contained in:
Stefan Kalscheuer 2024-01-02 17:07:29 +01:00
parent 7bcd57691c
commit 156156cdef
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -49,12 +49,12 @@
<dependency>
<groupId>com.fasterxml.jackson.core</groupId>
<artifactId>jackson-databind</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
<groupId>com.fasterxml.jackson.datatype</groupId>
<artifactId>jackson-datatype-jsr310</artifactId>
<version>2.16.0</version>
<version>2.16.1</version>
</dependency>
<dependency>
@ -90,7 +90,7 @@
<dependency>
<groupId>nl.jqno.equalsverifier</groupId>
<artifactId>equalsverifier</artifactId>
<version>3.15.4</version>
<version>3.15.5</version>
<scope>test</scope>
</dependency>
<dependency>
@ -322,7 +322,7 @@
<plugin>
<groupId>org.owasp</groupId>
<artifactId>dependency-check-maven</artifactId>
<version>9.0.4</version>
<version>9.0.7</version>
<configuration>
<nvdApiKey>${env.NVD_API_KEY}</nvdApiKey>
<nvdDatafeedUrl>${env.NVD_DATAFEED_URL}</nvdDatafeedUrl>