Skip to content

Commit 0e00e0d

Browse files
authored
Merge branch 'main' into declarative-config-resource-providers
2 parents b304efd + eab6919 commit 0e00e0d

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

.github/workflows/codeql.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,12 @@ jobs:
3838

3939
# don't need to free disk space (which takes time) since running on larger machine
4040

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+
4147
- name: Set up JDK for running Gradle
4248
uses: actions/setup-java@c5195efecf7bdfc987ee8bae7a71cb8b11521c00 # v4.7.1
4349
with:

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ val DEPENDENCIES = listOf(
9393
"com.uber.nullaway:nullaway:0.12.7",
9494
"commons-beanutils:commons-beanutils:1.11.0",
9595
"commons-cli:commons-cli:1.9.0",
96-
"commons-codec:commons-codec:1.18.0",
96+
"commons-codec:commons-codec:1.19.0",
9797
"commons-collections:commons-collections:3.2.2",
9898
"commons-digester:commons-digester:2.1",
9999
"commons-fileupload:commons-fileupload:1.6.0",

instrumentation/okhttp/okhttp-3.0/library/README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,6 @@ import io.opentelemetry.instrumentation.okhttp.v3_0.OkHttpTelemetry;
3939
import okhttp3.Call;
4040
import okhttp3.OkHttpClient;
4141

42-
import java.util.concurrent.ExecutorService;
43-
4442
public class OkHttpConfiguration {
4543

4644
//Use this Call.Factory implementation for making standard http client calls.

0 commit comments

Comments
 (0)