Skip to content

Commit

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

Bump com.squareup.okhttp3:okhttp-bom from 5.0.0-alpha.12 to 5.0.0-alpha.14
  • Loading branch information
larsgrefer authored Apr 18, 2024
2 parents 4bf5fed + 93686f2 commit df77be4
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.12')
api platform('com.squareup.okhttp3:okhttp-bom:5.0.0-alpha.14')
api 'org.springframework.boot:spring-boot-starter'
api project(':autoconfigure')
api 'com.squareup.okhttp3:okhttp'
Expand Down

0 comments on commit df77be4

Please sign in to comment.