Skip to content

Commit b8793e3

Browse files
committed
fix: upgrade com.fasterxml.jackson.core:jackson-databind from 2.11.2 to 2.11.3
Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.11.2 to 2.11.3. 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 a5d300e commit b8793e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
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.2</version>
59+
<version>2.11.3</version>
6060
</dependency>
6161
<dependency>
6262
<groupId>com.fasterxml.jackson.core</groupId>
@@ -192,7 +192,7 @@
192192
<configuration>
193193
<format>xml</format>
194194
<maxmem>256m</maxmem>
195-
<check />
195+
<check/>
196196
</configuration>
197197
</plugin>
198198
<plugin>

0 commit comments

Comments
 (0)