Skip to content

Commit

Permalink
Merge pull request #340 from freefair/dependabot/gradle/3.0.x/com.squ…
Browse files Browse the repository at this point in the history
…areup.okhttp3-okhttp-bom-5.0.0-alpha.12

Bump com.squareup.okhttp3:okhttp-bom from 5.0.0-alpha.11 to 5.0.0-alpha.12
  • Loading branch information
larsgrefer authored Dec 23, 2023
2 parents edcf207 + dd7e87d commit 4a4d1a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/okhttp5/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description = "OkHttp 5 Spring Boot Starter"

dependencies {
api platform(project(":dependencies"))
api platform('com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.11')
api platform('com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.12')
api 'org.springframework.boot:spring-boot-starter'
api project(':autoconfigure')
api 'com.squareup.okhttp3:okhttp'
Expand Down

0 comments on commit 4a4d1a6

Please sign in to comment.