Skip to content

Commit 735c5c0

Browse files
committed
fix: upgrade com.fasterxml.jackson.core:jackson-databind from 2.11.3 to 2.12.0
Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.11.3 to 2.12.0. See this package in Maven Repository: https://mvnrepository.com/artifact/com.fasterxml.jackson.core/jackson-databind/ See this project in Snyk: https://app.snyk.io/org/oschwald/project/4c042a9c-242e-4eda-ab4e-681580b6d3cf?utm_source=github&utm_medium=upgrade-pr
1 parent c3a04c7 commit 735c5c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@
5656
<dependency>
5757
<groupId>com.fasterxml.jackson.core</groupId>
5858
<artifactId>jackson-databind</artifactId>
59-
<version>2.11.3</version>
59+
<version>2.12.0</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)