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.11 to 5.0.0-alpha.12.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@jesse-5.0.0-alpha.11...parent-5.0.0-alpha.12)

---
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 Dec 18, 2023
1 parent 0512bd4 commit 09e3c6e
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 09e3c6e

Please sign in to comment.