Skip to content

Commit

Permalink
chore(deps): bump com.squareup.okhttp3:okhttp-bom from 4.11.0 to 4.12.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:okhttp-bom](https://github.com/square/okhttp) from 4.11.0 to 4.12.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.11.0...parent-4.12.0)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2023
1 parent a26b795 commit a4f0ed1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ ext {
dependencies {
compileOnly "org.projectlombok:lombok:$lombokVersion"
annotationProcessor "org.projectlombok:lombok:$lombokVersion"
implementation platform("com.squareup.okhttp3:okhttp-bom:4.11.0")
implementation platform("com.squareup.okhttp3:okhttp-bom:4.12.0")
implementation "com.squareup.okhttp3:okhttp"
implementation "com.fasterxml.jackson.core:jackson-databind:2.15.2"

Expand Down

0 comments on commit a4f0ed1

Please sign in to comment.