Skip to content

Commit cbec825

Browse files
Bump jackson-databind
Bumps [jackson-databind](https://github.com/FasterXML/jackson) from 2.9.9.2 to 2.9.10.8. - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) --- updated-dependencies: - dependency-name: com.fasterxml.jackson.core:jackson-databind dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 7a7d39e commit cbec825

File tree

1 file changed

+1
-1
lines changed
  • 08-spring-rest/solution-code-spring-rest-exception-handling-demo

1 file changed

+1
-1
lines changed

08-spring-rest/solution-code-spring-rest-exception-handling-demo/pom.xml

100755100644
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<dependency>
2626
<groupId>com.fasterxml.jackson.core</groupId>
2727
<artifactId>jackson-databind</artifactId>
28-
<version>2.9.9.2</version>
28+
<version>2.9.10.8</version>
2929
</dependency>
3030

3131
<!-- Add Servlet support for

0 commit comments

Comments
 (0)