Skip to content

Commit

Permalink
fix version (requires for publishing) (#560)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekoby committed Mar 11, 2024
1 parent 1328ad3 commit c132d76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ziti-springboot-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ dependencies {
implementation("org.springframework.boot:spring-boot:${springbootVersion}")
implementation("org.springframework.boot:spring-boot-autoconfigure:${springbootVersion}")
implementation("org.springframework.boot:spring-boot-starter-web:${springbootVersion}")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.+")
implementation("org.apache.httpcomponents.client5:httpclient5:5.3.1")
implementation("commons-beanutils:commons-beanutils:1.9.4")

compileOnly('org.projectlombok:lombok:1.18.30')
Expand Down

0 comments on commit c132d76

Please sign in to comment.