Merge remote-tracking branch 'origin/4.2.x'

This commit is contained in:
Olga Maciaszek-Sharma
2025-02-10 14:46:12 +01:00

View File

@@ -93,6 +93,12 @@
<dependency>
<groupId>io.github.openfeign</groupId>
<artifactId>feign-form-spring</artifactId>
<exclusions>
<exclusion>
<groupId>commons-io</groupId>
<artifactId>commons-io</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>io.github.openfeign</groupId>