Skip to content

Commit 5d2caa5

Browse files
Merge branch 'dev' into rsh/batchHotFix
2 parents 16ce583 + 9249ecc commit 5d2caa5

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

gradle/dependencies.gradle

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@ dependencies {
44
testImplementation 'org.junit.jupiter:junit-jupiter-params:5.10.2'
55
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
66
testImplementation 'org.mockito:mockito-inline:5.2.0'
7-
testImplementation 'io.opentelemetry:opentelemetry-api:1.34.1'
8-
testImplementation 'io.opentelemetry:opentelemetry-context:1.34.1'
7+
testImplementation 'io.opentelemetry:opentelemetry-api:1.35.0'
8+
testImplementation 'io.opentelemetry:opentelemetry-context:1.35.0'
99
testImplementation 'io.opentelemetry.semconv:opentelemetry-semconv:1.23.1-alpha'
10-
testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.50'
10+
testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.52'
1111

1212
implementation 'com.google.code.gson:gson:2.10.1'
1313

@@ -16,11 +16,11 @@ dependencies {
1616
api 'com.squareup.okhttp3:okhttp:4.12.0'
1717
api 'com.azure:azure-core:1.46.0'
1818

19-
api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.0.0'
20-
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.0.0'
21-
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.0.0'
22-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.0.0'
23-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.0.0'
24-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.0.0'
25-
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.0.0'
19+
api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.0.1'
20+
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.0.1'
21+
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.0.1'
22+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.0.1'
23+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-text:1.0.1'
24+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-form:1.0.1'
25+
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-multipart:1.0.1'
2626
}

0 commit comments

Comments
 (0)