File tree 1 file changed +7
-2
lines changed
1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 171
171
<dependency .commons-fileupload>1.4</dependency .commons-fileupload>
172
172
<dependency .commons-io>2.11.0</dependency .commons-io>
173
173
<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>
176
176
<dependency .com.fasterxml.woodstox>6.2.8</dependency .com.fasterxml.woodstox>
177
177
<dependency .com.sun.activation>1.2.0</dependency .com.sun.activation>
178
178
<dependency .com.sun.xml.bind>2.3.5</dependency .com.sun.xml.bind>
3105
3105
<artifactId >jackson-databind</artifactId >
3106
3106
<version >${dependency.com.fasterxml.jackson.core.databind} </version >
3107
3107
</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 >
3108
3113
<dependency >
3109
3114
<groupId >com.fasterxml.woodstox</groupId >
3110
3115
<artifactId >woodstox-core</artifactId >
You can’t perform that action at this time.
0 commit comments