File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
instrumentation/okhttp/okhttp-3.0/library Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 38
38
39
39
# don't need to free disk space (which takes time) since running on larger machine
40
40
41
+ - name : Set up JDK 11
42
+ uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
43
+ with :
44
+ distribution : temurin
45
+ java-version : 11
46
+
41
47
- name : Set up JDK for running Gradle
42
48
uses : actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
43
49
with :
Original file line number Diff line number Diff line change @@ -93,7 +93,7 @@ val DEPENDENCIES = listOf(
93
93
" com.uber.nullaway:nullaway:0.12.7" ,
94
94
" commons-beanutils:commons-beanutils:1.11.0" ,
95
95
" commons-cli:commons-cli:1.9.0" ,
96
- " commons-codec:commons-codec:1.18 .0" ,
96
+ " commons-codec:commons-codec:1.19 .0" ,
97
97
" commons-collections:commons-collections:3.2.2" ,
98
98
" commons-digester:commons-digester:2.1" ,
99
99
" commons-fileupload:commons-fileupload:1.6.0" ,
Original file line number Diff line number Diff line change @@ -39,8 +39,6 @@ import io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry;
39
39
import okhttp3.Call ;
40
40
import okhttp3.OkHttpClient ;
41
41
42
- import java.util.concurrent.ExecutorService ;
43
-
44
42
public class OkHttpConfiguration {
45
43
46
44
// Use this Call.Factory implementation for making standard http client calls.
You can’t perform that action at this time.
0 commit comments