Skip to content

Commit f5e8c73

Browse files
authored
Update Azure SDK version (#1823)
* Update azure sdk version * Update lockfiles
1 parent d95b467 commit f5e8c73

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

agent/agent-profiler/agent-profiler-api/gradle.lockfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This is a Gradle generated file for dependency locking.
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
4-
com.azure:azure-core:1.17.0=runtimeClasspath
4+
com.azure:azure-core:1.18.0=runtimeClasspath
55
com.fasterxml.jackson.core:jackson-annotations:2.12.3=runtimeClasspath
66
com.fasterxml.jackson.core:jackson-core:2.12.3=runtimeClasspath
77
com.fasterxml.jackson.core:jackson-databind:2.12.3=runtimeClasspath

agent/agent-profiler/agent-service-profiler/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
# Manual edits can break the build and are not advised.
33
# This file is expected to be part of source control.
44
com.azure:azure-core-http-netty:1.10.0=runtimeClasspath
5-
com.azure:azure-core:1.17.0=runtimeClasspath
6-
com.azure:azure-storage-blob:12.12.0=runtimeClasspath
5+
com.azure:azure-core:1.18.0=runtimeClasspath
6+
com.azure:azure-storage-blob:12.13.0=runtimeClasspath
77
com.azure:azure-storage-common:12.12.0=runtimeClasspath
88
com.azure:azure-storage-internal-avro:12.0.5=runtimeClasspath
99
com.fasterxml.jackson.core:jackson-annotations:2.12.3=runtimeClasspath

agent/agent-tooling/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,10 @@ ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
66
ch.qos.logback:logback-classic:1.2.3=runtimeClasspath
77
ch.qos.logback:logback-core:1.2.3=runtimeClasspath
88
com.azure:azure-core-http-netty:1.10.0=runtimeClasspath
9-
com.azure:azure-core:1.17.0=runtimeClasspath
9+
com.azure:azure-core:1.18.0=runtimeClasspath
1010
com.azure:azure-identity:1.2.4=runtimeClasspath
1111
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.4=runtimeClasspath
12-
com.azure:azure-storage-blob:12.12.0=runtimeClasspath
12+
com.azure:azure-storage-blob:12.13.0=runtimeClasspath
1313
com.azure:azure-storage-common:12.12.0=runtimeClasspath
1414
com.azure:azure-storage-internal-avro:12.0.5=runtimeClasspath
1515
com.fasterxml.jackson.core:jackson-annotations:2.12.3=runtimeClasspath

agent/instrumentation/gradle.lockfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@ ch.qos.logback.contrib:logback-json-classic:0.1.5=runtimeClasspath
55
ch.qos.logback.contrib:logback-json-core:0.1.5=runtimeClasspath
66
com.azure:azure-core-http-netty:1.10.0=runtimeClasspath
77
com.azure:azure-core-tracing-opentelemetry:1.0.0-beta.11=runtimeClasspath
8-
com.azure:azure-core:1.17.0=runtimeClasspath
8+
com.azure:azure-core:1.18.0=runtimeClasspath
99
com.azure:azure-identity:1.2.4=runtimeClasspath
1010
com.azure:azure-monitor-opentelemetry-exporter:1.0.0-beta.4=runtimeClasspath
11-
com.azure:azure-storage-blob:12.12.0=runtimeClasspath
11+
com.azure:azure-storage-blob:12.13.0=runtimeClasspath
1212
com.azure:azure-storage-common:12.12.0=runtimeClasspath
1313
com.azure:azure-storage-internal-avro:12.0.5=runtimeClasspath
1414
com.fasterxml.jackson.core:jackson-annotations:2.12.3=runtimeClasspath

dependencyManagement/build.gradle.kts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,8 @@ val DEPENDENCIES = listOf(
9898
"org.apache.commons:commons-lang3:3.7",
9999
"org.apache.commons:commons-text:1.9",
100100
"com.google.code.gson:gson:2.8.2",
101-
"com.azure:azure-core:1.17.0",
102-
"com.azure:azure-storage-blob:12.12.0",
101+
"com.azure:azure-core:1.18.0",
102+
"com.azure:azure-storage-blob:12.13.0",
103103
"com.github.oshi:oshi-core:5.6.0",
104104
"org.assertj:assertj-core:3.19.0",
105105
"io.github.hakky54:logcaptor:2.5.0",

0 commit comments

Comments
 (0)