File tree Expand file tree Collapse file tree 1 file changed +8
-1
lines changed
Expand file tree Collapse file tree 1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change 134134 <vertx .io.version>3.9.4</vertx .io.version>
135135 <commonmark .version>0.23.0</commonmark .version>
136136 <antlr .version>4.5</antlr .version>
137- <jackson .version>2.19.1</jackson .version>
137+ <jackson .version>2.21.0</jackson .version>
138+ <jackson-annotations .version>2.21</jackson-annotations .version>
138139 <webtau .version>2.4</webtau .version>
139140 <jaxb .version>2.3.0</jaxb .version>
140141 <ant .version>1.10.11</ant .version>
364365 <version >${jackson.version} </version >
365366 </dependency >
366367
368+ <dependency >
369+ <groupId >com.fasterxml.jackson.core</groupId >
370+ <artifactId >jackson-annotations</artifactId >
371+ <version >${jackson-annotations.version} </version >
372+ </dependency >
373+
367374 <dependency >
368375 <groupId >com.fasterxml.jackson.dataformat</groupId >
369376 <artifactId >jackson-dataformat-xml</artifactId >
You can’t perform that action at this time.
0 commit comments