1
0
mirror of https://github.com/dzeiocom/OpenHealth.git synced 2025-04-22 10:52:13 +00:00

build: bump com.squareup.okhttp3:logging-interceptor in /app

Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 4.10.0 to 4.12.0.
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.10.0...parent-4.12.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2023-10-17 10:18:36 +00:00 committed by GitHub
parent ef680f0139
commit a9e57c6d57
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -232,5 +232,5 @@ dependencies {
// Retrofit (Open Food Fact) // Retrofit (Open Food Fact)
implementation("com.squareup.retrofit2:retrofit:2.9.0") implementation("com.squareup.retrofit2:retrofit:2.9.0")
implementation("com.squareup.retrofit2:converter-gson:2.9.0") implementation("com.squareup.retrofit2:converter-gson:2.9.0")
implementation("com.squareup.okhttp3:logging-interceptor:4.10.0") implementation("com.squareup.okhttp3:logging-interceptor:4.12.0")
} }