File tree Expand file tree Collapse file tree 2 files changed +1
-33
lines changed
spring-cloud-openfeign-core
spring-cloud-openfeign-dependencies Expand file tree Collapse file tree 2 files changed +1
-33
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 >
96- <exclusions >
97- <!-- Vulnerable in 3.8.0-->
98- <exclusion >
99- <groupId >commons-io</groupId >
100- <artifactId >commons-io</artifactId >
101- </exclusion >
102- <exclusion >
103- <groupId >commons-fileupload</groupId >
104- <artifactId >commons-fileupload</artifactId >
105- </exclusion >
106- </exclusions >
107- </dependency >
108- <dependency >
109- <groupId >commons-fileupload</groupId >
110- <artifactId >commons-fileupload</artifactId >
11196 </dependency >
11297 <dependency >
11398 <groupId >io.github.openfeign</groupId >
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