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

Commit ac2a8d5

Browse files
Update dependency com.fasterxml.jackson.core:jackson-databind to v2.15.0
1 parent e564074 commit ac2a8d5

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
@@ -76,7 +76,7 @@
7676
<dependency>
7777
<groupId>com.fasterxml.jackson.core</groupId>
7878
<artifactId>jackson-databind</artifactId>
79-
<version>2.14.2</version>
79+
<version>2.15.0</version>
8080
</dependency>
8181
</dependencies>
8282
</dependencyManagement>

spring-example/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-databind</artifactId>
50-
<version>2.14.2</version>
50+
<version>2.15.0</version>
5151
<!-- fixes a bug with Spring 5.0
5252
java.lang.NoClassDefFoundError: com/fasterxml/jackson/databind/exc/InvalidDefinitionException
5353
-->

0 commit comments

Comments
 (0)