File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
swagger-parser-v2-converter Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 103103 <dependency >
104104 <groupId >com.fasterxml.jackson.core</groupId >
105105 <artifactId >jackson-annotations</artifactId >
106- <version >${jackson-version} </version >
106+ <version >${jackson-annotations- version} </version >
107107 <scope >provided</scope >
108108 </dependency >
109109 <dependency >
Original file line number Diff line number Diff line change 5050 <dependency >
5151 <groupId >com.fasterxml.jackson.core</groupId >
5252 <artifactId >jackson-annotations</artifactId >
53- <version >${jackson-version} </version >
53+ <version >${jackson-annotations- version} </version >
5454 </dependency >
5555 <dependency >
5656 <groupId >com.fasterxml.jackson.core</groupId >
Original file line number Diff line number Diff line change 307307 <dependency >
308308 <groupId >com.fasterxml.jackson.core</groupId >
309309 <artifactId >jackson-annotations</artifactId >
310- <version >${jackson-version} </version >
310+ <version >${jackson-annotations- version} </version >
311311 </dependency >
312312 <dependency >
313313 <groupId >com.fasterxml.jackson.core</groupId >
373373 <wiremock-version >2.35.2</wiremock-version >
374374 <surefire-version >3.2.2</surefire-version >
375375 <commons-lang-version >3.18.0</commons-lang-version >
376- <jackson-version >2.19.0</jackson-version >
377- <jackson-databind-version >2.19.0</jackson-databind-version >
376+ <jackson-version >2.21.1</jackson-version >
377+ <jackson-annotations-version >2.21</jackson-annotations-version >
378+ <jackson-databind-version >2.21.1</jackson-databind-version >
378379 <project .build.sourceEncoding>UTF-8</project .build.sourceEncoding>
379380 </properties >
380381</project >
You can’t perform that action at this time.
0 commit comments