Skip to content

Commit 672b17e

Browse files
authored
Bump jackson version (#63)
1 parent 806d815 commit 672b17e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

log4j2-ecs-layout/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
<dependency>
5555
<groupId>com.fasterxml.jackson.core</groupId>
5656
<artifactId>jackson-databind</artifactId>
57-
<version>2.9.10.1</version>
57+
<version>[2.9.10.3,)</version>
5858
<optional>true</optional>
5959
</dependency>
6060
<dependency>

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -281,7 +281,7 @@
281281
<dependency>
282282
<groupId>com.fasterxml.jackson.core</groupId>
283283
<artifactId>jackson-databind</artifactId>
284-
<version>2.9.10.1</version>
284+
<version>[2.9.10.3,)</version>
285285
<scope>test</scope>
286286
</dependency>
287287

0 commit comments

Comments
 (0)