Skip to content

Commit 3064da7

Browse files
committed
Bump Graph core to 3.1.3
1 parent 8bd2599 commit 3064da7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

gradle/dependencies.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ dependencies {
55
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.2'
66
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.2'
77
testImplementation 'org.mockito:mockito-inline:5.2.0'
8-
8+
99
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
1010
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
1111

12-
// Core Http library
13-
api 'com.microsoft.graph:microsoft-graph-core:3.1.2'
12+
// Core Http library
13+
api 'com.microsoft.graph:microsoft-graph-core:3.1.3'
1414
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.0.2'
1515
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.0.2'
1616
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.0.2'

0 commit comments

Comments
 (0)