File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
spring-boot-project/spring-boot-dependencies Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change 80
80
<httpcore .version>4.4.11</httpcore .version>
81
81
<infinispan .version>9.4.13.Final</infinispan .version>
82
82
<influxdb-java .version>2.14</influxdb-java .version>
83
- <jackson .version>2.9.8 </jackson .version>
83
+ <jackson .version>2.9.9 </jackson .version>
84
84
<janino .version>3.0.12</janino .version>
85
85
<javax-activation .version>1.2.0</javax-activation .version>
86
86
<javax-annotation .version>1.3.2</javax-annotation .version>
192
192
<undertow .version>2.0.20.Final</undertow .version>
193
193
<webjars-hal-browser .version>3325375</webjars-hal-browser .version>
194
194
<webjars-locator-core .version>0.35</webjars-locator-core .version>
195
+ <woodstox .version>5.0.3</woodstox .version>
195
196
<wsdl4j .version>1.6.3</wsdl4j .version>
196
197
<xml-apis .version>1.4.01</xml-apis .version>
197
198
<xmlunit2 .version>2.6.2</xmlunit2 .version>
623
624
<scope >import</scope >
624
625
<type >pom</type >
625
626
</dependency >
627
+ <dependency >
628
+ <groupId >com.fasterxml.woodstox</groupId >
629
+ <artifactId >woodstox-core</artifactId >
630
+ <version >${woodstox.version} </version >
631
+ </dependency >
626
632
<dependency >
627
633
<groupId >com.github.ben-manes.caffeine</groupId >
628
634
<artifactId >caffeine</artifactId >
You can’t perform that action at this time.
0 commit comments