We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 64b2376 + ecbc762 commit b20f6c2Copy full SHA for b20f6c2
gradle/dependencies.gradle
@@ -5,10 +5,11 @@ dependencies {
5
testImplementation 'org.mockito:mockito-inline:5.2.0'
6
7
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
8
- implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
+ implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
9
10
// Core Http library
11
- api 'com.microsoft.graph:microsoft-graph-core:3.1.9'
+ api 'com.microsoft.graph:microsoft-graph-core:3.1.10'
12
+
13
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.11'
14
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.11'
15
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.11'
0 commit comments