File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed
modules/swagger-maven-plugin Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 9494 <dependency >
9595 <groupId >com.google.guava</groupId >
9696 <artifactId >guava</artifactId >
97- <version >23.0</version >
9897 <scope >test</scope >
9998 </dependency >
10099 <!-- Required to avoid
Original file line number Diff line number Diff line change 486486 <artifactId >javax.ws.rs-api</artifactId >
487487 <version >${javax.ws-version} </version >
488488 </dependency >
489+ <dependency >
490+ <groupId >com.google.guava</groupId >
491+ <artifactId >guava</artifactId >
492+ <version >${guava-version} </version >
493+ <scope >test</scope >
494+ </dependency >
489495 </dependencies >
490496 </dependencyManagement >
491497 <properties >
499505 <jackson-version >2.9.8</jackson-version >
500506 <logback-version >1.2.3</logback-version >
501507 <classgraph-version >4.6.32</classgraph-version >
502- <guava-version >23.0 </guava-version >
508+ <guava-version >27.0.1-jre </guava-version >
503509 <commons-lang-version >3.7</commons-lang-version >
504510 <commons-io-version >2.6</commons-io-version >
505511 <slf4j-version >1.7.25</slf4j-version >
You can’t perform that action at this time.
0 commit comments