Skip to content

Commit e794ed0

Browse files
Merge branch 'main' into chore/rename-daily-ci-pipeline
2 parents 811b4c1 + 80661ec commit e794ed0

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

gradle/dependencies.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dependencies {
66
testImplementation 'io.opentelemetry:opentelemetry-api:1.54.0'
77
testImplementation 'io.opentelemetry:opentelemetry-context:1.54.0'
88
testImplementation 'io.github.std-uritemplate:std-uritemplate:1.0.6'
9-
implementation 'com.google.code.gson:gson:2.13.2'
9+
implementation 'com.google.code.gson:gson:2.14.0'
1010

1111
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
1212

@@ -16,7 +16,7 @@ dependencies {
1616
implementation 'com.auth0:jwks-rsa:0.23.0'
1717

1818
api 'com.squareup.okhttp3:okhttp:4.12.0'
19-
api 'com.azure:azure-core:1.57.1'
19+
api 'com.azure:azure-core:1.58.0'
2020

2121
api 'com.microsoft.kiota:microsoft-kiota-abstractions:1.9.2'
2222
api 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.9.2'

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<dependency>
3333
<groupId>com.azure</groupId>
3434
<artifactId>azure-core</artifactId>
35-
<version>1.57.1</version>
35+
<version>1.58.0</version>
3636
</dependency>
3737
<dependency>
3838
<groupId>org.junit.jupiter</groupId>

0 commit comments

Comments
 (0)