Skip to content

Commit 555437d

Browse files
Bump com.squareup.okhttp3:logging-interceptor from 3.14.7 to 5.1.0
Bumps [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp) from 3.14.7 to 5.1.0. - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.14.7...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent afb4f4d commit 555437d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,8 @@ if(hasProperty('target') && target == 'android') {
100100
dependencies {
101101
compile 'io.swagger:swagger-annotations:1.5.24'
102102
compile "com.google.code.findbugs:jsr305:3.0.2"
103-
compile 'com.squareup.okhttp3:okhttp:3.14.7'
104-
compile 'com.squareup.okhttp3:logging-interceptor:3.14.7'
103+
compile 'com.squareup.okhttp3:okhttp:5.1.0'
104+
compile 'com.squareup.okhttp3:logging-interceptor:5.1.0'
105105
compile 'com.google.code.gson:gson:2.13.0'
106106
compile 'io.gsonfire:gson-fire:1.8.4'
107107
compile group: 'org.apache.commons', name: 'commons-lang3', version: '3.10'

0 commit comments

Comments
 (0)