Skip to content

Commit 73357dd

Browse files
committed
[dependabot #28, #30] Upgrade to Jackson 2.14.0
(cherry picked from commit bc6b611)
1 parent ac7d9d4 commit 73357dd

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

Diff for: pom.xml

+7-2
Original file line numberDiff line numberDiff line change
@@ -171,8 +171,8 @@
171171
<dependency.commons-fileupload>1.4</dependency.commons-fileupload>
172172
<dependency.commons-io>2.11.0</dependency.commons-io>
173173
<dependency.com.fasterxml.classmate>1.5.1</dependency.com.fasterxml.classmate>
174-
<dependency.com.fasterxml.jackson.core>2.13.2</dependency.com.fasterxml.jackson.core>
175-
<dependency.com.fasterxml.jackson.core.databind>2.13.2.1</dependency.com.fasterxml.jackson.core.databind>
174+
<dependency.com.fasterxml.jackson.core>2.14.0</dependency.com.fasterxml.jackson.core>
175+
<dependency.com.fasterxml.jackson.core.databind>2.14.0</dependency.com.fasterxml.jackson.core.databind>
176176
<dependency.com.fasterxml.woodstox>6.2.8</dependency.com.fasterxml.woodstox>
177177
<dependency.com.sun.activation>1.2.0</dependency.com.sun.activation>
178178
<dependency.com.sun.xml.bind>2.3.5</dependency.com.sun.xml.bind>
@@ -3105,6 +3105,11 @@
31053105
<artifactId>jackson-databind</artifactId>
31063106
<version>${dependency.com.fasterxml.jackson.core.databind}</version>
31073107
</dependency>
3108+
<dependency>
3109+
<groupId>com.fasterxml.jackson.dataformat</groupId>
3110+
<artifactId>jackson-dataformat-yaml</artifactId>
3111+
<version>${dependency.com.fasterxml.jackson.core}</version>
3112+
</dependency>
31083113
<dependency>
31093114
<groupId>com.fasterxml.woodstox</groupId>
31103115
<artifactId>woodstox-core</artifactId>

0 commit comments

Comments
 (0)