Skip to content
This repository was archived by the owner on Feb 9, 2026. It is now read-only.

Commit b7f2302

Browse files
authored
Merge pull request #178 from FunkyMuse/dependabot/gradle/com.squareup.okhttp3-logging-interceptor-4.9.3
build(deps): bump logging-interceptor from 4.9.2 to 4.9.3
2 parents c0c0e29 + 6cece61 commit b7f2302

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ dependencies {
7474
implementation "com.squareup.retrofit2:retrofit:$retrofit"
7575
implementation "com.squareup.retrofit2:adapter-rxjava3:$retrofit"
7676
implementation "com.squareup.retrofit2:converter-gson:$retrofit"
77-
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.2'
77+
implementation 'com.squareup.okhttp3:logging-interceptor:4.9.3'
7878

7979
//joda time
8080
implementation "net.danlew:android.joda:$joda"

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ buildscript {
33
ext {
44
lifecycle = '2.4.0'
55
retrofit = "2.9.0"
6-
okHttp = "4.9.2"
6+
okHttp = "4.9.3"
77
rxBindings = "4.0.0"
88
glide = "4.12.0"
99
constraint_layout = '2.1.2'

0 commit comments

Comments
 (0)