Skip to content

Commit 965cbcc

Browse files
authored
Merge pull request #634 from openziti/dependabot/gradle/org.apache.httpcomponents.client5-httpclient5-5.3.1
Bump org.apache.httpcomponents.client5:httpclient5 from 5.3 to 5.3.1
2 parents 9d99675 + b96dad3 commit 965cbcc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ziti-springboot-client/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ dependencies {
3333
implementation("org.springframework.boot:spring-boot:${springbootVersion}")
3434
implementation("org.springframework.boot:spring-boot-autoconfigure:${springbootVersion}")
3535
implementation("org.springframework.boot:spring-boot-starter-web:${springbootVersion}")
36-
implementation("org.apache.httpcomponents.client5:httpclient5:5.3")
36+
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
3737
implementation("commons-beanutils:commons-beanutils:1.9.4")
3838

3939
compileOnly('org.projectlombok:lombok:1.18.34')

0 commit comments

Comments
 (0)