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.
2 parents 9d99675 + b96dad3 commit 965cbccCopy full SHA for 965cbcc
ziti-springboot-client/build.gradle
@@ -33,7 +33,7 @@ dependencies {
33
implementation("org.springframework.boot:spring-boot:${springbootVersion}")
34
implementation("org.springframework.boot:spring-boot-autoconfigure:${springbootVersion}")
35
implementation("org.springframework.boot:spring-boot-starter-web:${springbootVersion}")
36
- implementation("org.apache.httpcomponents.client5:httpclient5:5.3")
+ implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
37
implementation("commons-beanutils:commons-beanutils:1.9.4")
38
39
compileOnly('org.projectlombok:lombok:1.18.34')
0 commit comments