Skip to content

Commit 0c619f6

Browse files
Update dependency org.apache.httpcomponents.client5:httpclient5 to v5.6
1 parent d9893ec commit 0c619f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ dependencies {
180180
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-batch', {
181181
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-jdbc'
182182
}
183-
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.5'
183+
implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.6'
184184

185185
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.14'
186186

0 commit comments

Comments
 (0)