We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d9893ec commit 0c619f6Copy full SHA for 0c619f6
build.gradle
@@ -180,7 +180,7 @@ dependencies {
180
implementation group: 'org.springframework.boot', name: 'spring-boot-starter-batch', {
181
exclude group: 'org.springframework.boot', module: 'spring-boot-starter-jdbc'
182
}
183
- implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.5'
+ implementation group: 'org.apache.httpcomponents.client5', name: 'httpclient5', version: '5.6'
184
185
implementation group: 'org.springdoc', name: 'springdoc-openapi-starter-webmvc-ui', version: '2.8.14'
186
0 commit comments