We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ff41ad7 commit d26c628Copy full SHA for d26c628
build.gradle
@@ -22,7 +22,7 @@ repositories {
22
23
dependencies {
24
implementation group: 'org.springframework', name: 'spring-web', version: '5.3.9'
25
- implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.13'
+ implementation group: 'org.apache.httpcomponents', name: 'httpclient', version: '4.5.14'
26
27
implementation 'com.fasterxml.jackson.core:jackson-core:2.15.2'
28
implementation 'com.fasterxml.jackson.core:jackson-annotations:2.15.2'
0 commit comments