1
0
mirror of https://github.com/mc1arke/sonarqube-community-branch-plugin.git synced 2024-11-24 08:42:28 +02:00

Bump logging-interceptor from 4.9.2 to 4.9.3

Bumps [logging-interceptor](https://github.com/square/okhttp) from 4.9.2 to 4.9.3.
- [Release notes](https://github.com/square/okhttp/releases)
- [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md)
- [Commits](https://github.com/square/okhttp/compare/parent-4.9.2...parent-4.9.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2021-11-22 12:20:54 +00:00 committed by Michael Clarke
parent 9d0a4bdc4b
commit 7586de564d

View File

@ -67,7 +67,7 @@ dependencies {
runtimeOnly('com.fasterxml.jackson.datatype:jackson-datatype-jsr310:2.13.0')
compileOnly('com.google.code.findbugs:jsr305:3.0.2')
implementation('org.javassist:javassist:3.28.0-GA')
implementation('com.squareup.okhttp3:logging-interceptor:4.9.2')
implementation('com.squareup.okhttp3:logging-interceptor:4.9.3')
testImplementation(platform('org.junit:junit-bom:5.8.1'))
testImplementation('org.junit.jupiter:junit-jupiter')
testImplementation('junit:junit:4.13.2')