Skip to content

Commit

Permalink
Bump com.squareup.okhttp3:logging-interceptor from 4.10.0 to 4.11.0
Browse files Browse the repository at this point in the history
Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 4.10.0 to 4.11.0.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](square/okhttp@parent-4.10.0...parent-4.11.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] <[email protected]>
  • Loading branch information
dependabot[bot] authored and mc1arke committed Sep 16, 2023
1 parent 344a37f commit 56dfdc5
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 @@ -71,7 +71,7 @@ dependencies {
runtimeOnly('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.14.2')
compileOnly('com.google.code.findbugs:jsr305:3.0.2')
implementation('org.javassist:javassist:3.29.2-GA')
implementation('com.squareup.okhttp3:logging-interceptor:4.10.0')
implementation('com.squareup.okhttp3:logging-interceptor:4.11.0')
testImplementation(platform('org.junit:junit-bom:5.9.2'))
testImplementation('org.junit.jupiter:junit-jupiter')
testImplementation('junit:junit:4.13.2')
Expand Down

0 comments on commit 56dfdc5

Please sign in to comment.