Skip to content

Commit a4b32cc

Browse files
muhlba91romani
authored andcommitted
deps: update jackson to fix CWE-400
1 parent 59d7ed4 commit a4b32cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -303,12 +303,12 @@
303303
<dependency>
304304
<groupId>com.fasterxml.jackson.dataformat</groupId>
305305
<artifactId>jackson-dataformat-yaml</artifactId>
306-
<version>2.11.1</version>
306+
<version>2.12.6</version>
307307
</dependency>
308308
<dependency>
309309
<groupId>com.fasterxml.jackson.core</groupId>
310310
<artifactId>jackson-databind</artifactId>
311-
<version>2.11.1</version>
311+
<version>2.12.6</version>
312312
</dependency>
313313
<dependency>
314314
<groupId>org.apache.commons</groupId>

0 commit comments

Comments
 (0)