Skip to content

Commit d6a65ce

Browse files
authored
Update jackson dependencies (#65)
1 parent ae031c8 commit d6a65ce

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
@@ -41,13 +41,13 @@
4141
<dependency>
4242
<groupId>com.fasterxml.jackson.core</groupId>
4343
<artifactId>jackson-databind</artifactId>
44-
<version>2.11.0</version>
44+
<version>2.14.1</version>
4545
</dependency>
4646

4747
<dependency>
4848
<groupId>com.fasterxml.jackson.core</groupId>
4949
<artifactId>jackson-core</artifactId>
50-
<version>2.11.0</version>
50+
<version>2.14.1</version>
5151
</dependency>
5252

5353
<!-- https://mvnrepository.com/artifact/com.fasterxml.jackson.dataformat/jackson-dataformat-yaml -->

0 commit comments

Comments
 (0)