Skip to content

Commit 4bf1c13

Browse files
committed
Update to OkHttp 3.14.4
1 parent a8e8a59 commit 4bf1c13

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
@@ -33,7 +33,7 @@ allprojects {
3333
}
3434

3535
dependencies {
36-
dependencySet('com.squareup.okhttp3:3.14.2') {
36+
dependencySet('com.squareup.okhttp3:3.14.4') {
3737
entry 'okhttp'
3838
entry 'logging-interceptor'
3939
}
@@ -47,7 +47,7 @@ allprojects {
4747
signing {
4848
required { !version.endsWith('SNAPSHOT') && gradle.taskGraph.hasTask("publish") }
4949
}
50-
50+
5151
publishing {
5252
publications.withType(MavenPublication) {
5353
pom {

0 commit comments

Comments
 (0)