Skip to content

Commit 03b808f

Browse files
Bump the networking group with 4 updates
Bumps the networking group with 4 updates: [com.squareup.retrofit2:retrofit](https://github.com/square/retrofit), [com.squareup.retrofit2:converter-gson](https://github.com/square/retrofit), [com.squareup.retrofit2:adapter-rxjava2](https://github.com/square/retrofit) and [com.squareup.okhttp3:logging-interceptor](https://github.com/square/okhttp). Updates `com.squareup.retrofit2:retrofit` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](square/retrofit@parent-2.6.1...3.0.0) Updates `com.squareup.retrofit2:converter-gson` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](square/retrofit@parent-2.6.1...3.0.0) Updates `com.squareup.retrofit2:adapter-rxjava2` from 2.6.1 to 3.0.0 - [Release notes](https://github.com/square/retrofit/releases) - [Changelog](https://github.com/square/retrofit/blob/trunk/CHANGELOG.md) - [Commits](square/retrofit@parent-2.6.1...3.0.0) Updates `com.squareup.okhttp3:logging-interceptor` from 3.9.0 to 5.1.0 - [Changelog](https://github.com/square/okhttp/blob/master/CHANGELOG.md) - [Commits](square/okhttp@parent-3.9.0...parent-5.1.0) --- updated-dependencies: - dependency-name: com.squareup.retrofit2:retrofit dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: networking - dependency-name: com.squareup.retrofit2:converter-gson dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: networking - dependency-name: com.squareup.retrofit2:adapter-rxjava2 dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: networking - dependency-name: com.squareup.okhttp3:logging-interceptor dependency-version: 5.1.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: networking ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent fc4aed2 commit 03b808f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

app/build.gradle

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -88,10 +88,10 @@ dependencies {
8888
// 3rd part Dependencies...
8989
implementation 'io.reactivex.rxjava2:rxandroid:2.0.1'
9090
implementation 'io.reactivex.rxjava2:rxjava:2.1.3'
91-
implementation 'com.squareup.retrofit2:retrofit:2.6.1'
92-
implementation 'com.squareup.retrofit2:converter-gson:2.6.1'
93-
implementation 'com.squareup.retrofit2:adapter-rxjava2:2.6.1'
94-
implementation 'com.squareup.okhttp3:logging-interceptor:3.9.0'
91+
implementation 'com.squareup.retrofit2:retrofit:3.0.0'
92+
implementation 'com.squareup.retrofit2:converter-gson:3.0.0'
93+
implementation 'com.squareup.retrofit2:adapter-rxjava2:3.0.0'
94+
implementation 'com.squareup.okhttp3:logging-interceptor:5.1.0'
9595
def butterknifeVersion = '10.2.3'
9696
implementation "com.jakewharton:butterknife:10.2.3"
9797
annotationProcessor "com.jakewharton:butterknife-compiler:10.2.3"

0 commit comments

Comments
 (0)