File tree Expand file tree Collapse file tree 2 files changed +2
-27
lines changed
spring-cloud-openfeign-core
spring-cloud-openfeign-dependencies Expand file tree Collapse file tree 2 files changed +2
-27
lines changed Original file line number Diff line number Diff line change 9191 <optional >true</optional >
9292 </dependency >
9393 <dependency >
94- <groupId >io.github.openfeign.form </groupId >
94+ <groupId >io.github.openfeign</groupId >
9595 <artifactId >feign-form-spring</artifactId >
9696 <exclusions >
97- <!-- Vulnerable in 3.8.0 -->
97+ <!-- Still vulnerable in 13.5 -->
9898 <exclusion >
9999 <groupId >commons-io</groupId >
100100 <artifactId >commons-io</artifactId >
101101 </exclusion >
102- <exclusion >
103- <groupId >commons-fileupload</groupId >
104- <artifactId >commons-fileupload</artifactId >
105- </exclusion >
106102 </exclusions >
107103 </dependency >
108- <dependency >
109- <groupId >commons-fileupload</groupId >
110- <artifactId >commons-fileupload</artifactId >
111- </dependency >
112104 <dependency >
113105 <groupId >io.github.openfeign</groupId >
114106 <artifactId >feign-slf4j</artifactId >
Original file line number Diff line number Diff line change 1616 <description >Spring Cloud OpenFeign Dependencies</description >
1717 <properties >
1818 <feign .version>13.5</feign .version>
19- <feign-form .version>3.8.0</feign-form .version>
2019 </properties >
2120 <dependencyManagement >
2221 <dependencies >
3736 <type >pom</type >
3837 <scope >import</scope >
3938 </dependency >
40- <dependency >
41- <groupId >io.github.openfeign.form</groupId >
42- <artifactId >feign-form-spring</artifactId >
43- <version >${feign-form.version} </version >
44- <exclusions >
45- <exclusion >
46- <groupId >commons-fileupload</groupId >
47- <artifactId >commons-fileupload</artifactId >
48- </exclusion >
49- </exclusions >
50- </dependency >
51- <dependency >
52- <groupId >commons-fileupload</groupId >
53- <artifactId >commons-fileupload</artifactId >
54- <version >1.5</version >
55- </dependency >
5639 </dependencies >
5740 </dependencyManagement >
5841 <profiles >
You can’t perform that action at this time.
0 commit comments