Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit 281abfd

Browse files
authored
Upgrade to jackson-databind 2.11.0 (#402)
* Upgrade to jackson-databind 2.11.0 * Upgrade to jackson-databind 2.11.0
1 parent d24bb59 commit 281abfd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -294,7 +294,7 @@
294294
<dependency>
295295
<groupId>com.fasterxml.jackson.core</groupId>
296296
<artifactId>jackson-databind</artifactId>
297-
<version>2.9.10.4</version>
297+
<version>2.11.0</version>
298298
</dependency>
299299
<dependency>
300300
<groupId>org.springframework</groupId>

samples/shared/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
<dependency>
4141
<groupId>com.fasterxml.jackson.core</groupId>
4242
<artifactId>jackson-databind</artifactId>
43-
<version>2.10.2</version>
43+
<version>2.11.0</version>
4444
</dependency>
4545
<dependency>
4646
<groupId>javax.validation</groupId>

0 commit comments

Comments
 (0)