We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca669b4 commit ee6a351Copy full SHA for ee6a351
1 file changed
pom.xml
@@ -101,7 +101,7 @@
101
<dependency>
102
<groupId>com.fasterxml.jackson.core</groupId>
103
<artifactId>jackson-databind</artifactId>
104
- <version>2.20.0</version>
+ <version>2.20.1</version>
105
<scope>provided</scope>
106
</dependency>
107
</dependencies>
@@ -158,7 +158,7 @@
158
<plugin>
159
<groupId>org.owasp</groupId>
160
<artifactId>dependency-check-maven</artifactId>
161
- <version>12.1.6</version>
+ <version>12.1.8</version>
162
<configuration>
163
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
164
</configuration>
@@ -220,7 +220,7 @@
220
221
<groupId>org.jacoco</groupId>
222
<artifactId>jacoco-maven-plugin</artifactId>
223
- <version>0.8.13</version>
+ <version>0.8.14</version>
224
<executions>
225
<execution>
226
<id>prepare-agent</id>
0 commit comments