File tree Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Expand file tree Collapse file tree 1 file changed +7
-2
lines changed Original file line number Diff line number Diff line change 120120 <dependency >
121121 <groupId >com.fasterxml.jackson.core</groupId >
122122 <artifactId >jackson-databind</artifactId >
123- <version >${jackson-version} </version >
123+ <version >${jackson-databind- version} </version >
124124 </dependency >
125125 <dependency >
126126 <groupId >com.fasterxml.jackson.core</groupId >
257257 <swagger-codegen-version >3.0.34-SNAPSHOT</swagger-codegen-version >
258258 <swagger-parser-version >2.0.30</swagger-parser-version >
259259 <swagger-core-version >2.1.13</swagger-core-version >
260- <jackson-version >2.12.1</jackson-version >
260+ <jackson-version >2.13.2</jackson-version >
261+ <!--
262+ jackson-databind 2.13.2 is still affected by CVE-2020-36518.
263+ This version pin for jackson-databind can be removed when bumping jackson to 2.14
264+ -->
265+ <jackson-databind-version >2.13.2.2</jackson-databind-version >
261266 <scala-version >2.11.1</scala-version >
262267 <felix-version >3.3.0</felix-version >
263268 <commons-io-version >2.11.0</commons-io-version >
You can’t perform that action at this time.
0 commit comments