Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:okhttp-bom
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 5.0.0-alpha.12 to 5.0.0-alpha.14.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-5.0.0-alpha.12...parent-5.0.0-alpha.14)

---
updated-dependencies:
- dependency-name: com.squareup.okhttp3:okhttp-bom
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 18, 2024
1 parent 4b1ff68 commit 30ef364
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion starters/okhttp5-spring-boot-starter/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(":okhttp-spring-boot-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(':okhttp-spring-boot-autoconfigure')
Expand Down

0 comments on commit 30ef364

Please sign in to comment.