diff --git a/build.gradle b/build.gradle index 243f31d25..5cb186cc8 100644 --- a/build.gradle +++ b/build.gradle @@ -263,7 +263,7 @@ dependencies { implementation group: 'javax.xml.bind', name: 'jaxb-api', version: '2.3.1' implementation group: 'org.eclipse.jetty', name: 'jetty-util', version: '12.0.12' implementation group: 'org.eclipse.jetty', name: 'jetty-server', version: '12.0.12' - implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.3.1' + implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.4.1' implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-openfeign', version: '4.1.3' implementation group: 'org.springframework.boot', name: 'spring-boot-properties-migrator' implementation group: 'org.springframework.boot', name: 'spring-boot-starter-web'