Skip to content

Commit ee6a351

Browse files
authored
bump build dependencies
1 parent ca669b4 commit ee6a351

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

pom.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@
101101
<dependency>
102102
<groupId>com.fasterxml.jackson.core</groupId>
103103
<artifactId>jackson-databind</artifactId>
104-
<version>2.20.0</version>
104+
<version>2.20.1</version>
105105
<scope>provided</scope>
106106
</dependency>
107107
</dependencies>
@@ -158,7 +158,7 @@
158158
<plugin>
159159
<groupId>org.owasp</groupId>
160160
<artifactId>dependency-check-maven</artifactId>
161-
<version>12.1.6</version>
161+
<version>12.1.8</version>
162162
<configuration>
163163
<nvdApiKeyEnvironmentVariable>NVD_API_KEY</nvdApiKeyEnvironmentVariable>
164164
</configuration>
@@ -220,7 +220,7 @@
220220
<plugin>
221221
<groupId>org.jacoco</groupId>
222222
<artifactId>jacoco-maven-plugin</artifactId>
223-
<version>0.8.13</version>
223+
<version>0.8.14</version>
224224
<executions>
225225
<execution>
226226
<id>prepare-agent</id>

0 commit comments

Comments
 (0)