We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f97f21e commit 8985bfaCopy full SHA for 8985bfa
service/build.gradle
@@ -343,7 +343,7 @@ dependencies {
343
implementation "com.fasterxml.jackson.core:jackson-databind:$VER_JACKSON"
344
implementation 'info.picocli:picocli:4.6.1'
345
implementation 'org.apache.commons:commons-lang3:3.1'
346
- implementation 'org.apache.httpcomponents:httpclient:4.5.9'
+ implementation 'org.apache.httpcomponents:httpclient:4.5.14'
347
implementation 'org.apache.kafka:kafka-clients:2.1.0'
348
implementation 'org.ini4j:ini4j:0.5.2'
349
implementation 'org.mongodb:bson:4.11.1'
0 commit comments