Skip to content

Commit 3cec8cf

Browse files
authored
bump okhttp to 4.9.0 (#1271)
1 parent 9d79f34 commit 3cec8cf

2 files changed

Lines changed: 6 additions & 1 deletion

File tree

build.gradle

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,11 @@ subprojects { subproject ->
118118
}
119119
}
120120

121+
tasks.withType(JavaCompile).configureEach {
122+
sourceCompatibility = JavaVersion.VERSION_1_8
123+
targetCompatibility = JavaVersion.VERSION_1_8
124+
}
125+
121126
if (TESTABLE_MODULES.contains(subproject.name)) {
122127
afterEvaluate { project ->
123128
project.apply from: "${rootDir}/gradle/jacoco.gradle"

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ext {
77
annotation : '1.0.0',
88
gson : '2.8.6',
99
retrofit : '2.7.2',
10-
okhttp3 : '3.12.7',
10+
okhttp3 : '4.9.0',
1111
mockito : '2.28.2',
1212
hamcrestJunit : '2.0.0.0',
1313
googleTruth : '1.0.1',

0 commit comments

Comments
 (0)