Skip to content

Commit b20f6c2

Browse files
authored
Merge pull request #1990 from microsoftgraph/fix/java-8
Downgrade jakarta.annotation-api, bump java core and kiota libs for java 8 compatibility
2 parents 64b2376 + ecbc762 commit b20f6c2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

gradle/dependencies.gradle

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ dependencies {
55
testImplementation 'org.mockito:mockito-inline:5.2.0'
66

77
implementation 'com.squareup.okhttp3:okhttp:4.12.0'
8-
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
8+
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
99

1010
// Core Http library
11-
api 'com.microsoft.graph:microsoft-graph-core:3.1.9'
11+
api 'com.microsoft.graph:microsoft-graph-core:3.1.10'
12+
1213
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.11'
1314
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.11'
1415
implementation 'com.microsoft.kiota:microsoft-kiota-serialization-json:1.1.11'

0 commit comments

Comments
 (0)