Skip to content

Commit cef0770

Browse files
committed
Bump jackson-databind
1 parent b135ef0 commit cef0770

File tree

2 files changed

+2
-2
lines changed
  • 08-spring-rest
    • solution-code-jackson-databinding-json-demo-01-procesing-json
    • solution-code-jackson-databinding-json-demo-02-nested-objects

2 files changed

+2
-2
lines changed

08-spring-rest/solution-code-jackson-databinding-json-demo-01-procesing-json/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.fasterxml.jackson.core</groupId>
2424
<artifactId>jackson-databind</artifactId>
25-
<version>2.9.5</version>
25+
<version>2.9.10.4</version>
2626
</dependency>
2727

2828
</dependencies>

08-spring-rest/solution-code-jackson-databinding-json-demo-02-nested-objects/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<dependency>
2323
<groupId>com.fasterxml.jackson.core</groupId>
2424
<artifactId>jackson-databind</artifactId>
25-
<version>2.9.5</version>
25+
<version>2.9.10.4</version>
2626
</dependency>
2727

2828
</dependencies>

0 commit comments

Comments
 (0)