Skip to content

Commit

Permalink
fix #1102: also remove exclusion for commons-io, dependants will need it
Browse files Browse the repository at this point in the history
  • Loading branch information
DidierLoiseau committed Oct 11, 2024
1 parent c565eae commit ef436ca
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions spring-cloud-openfeign-core/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -93,13 +93,6 @@
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-form-spring</artifactId>
<exclusions>
<!-- Still vulnerable in 13.5-->
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>
Expand Down

0 comments on commit ef436ca

Please sign in to comment.