Skip to content

Commit a893d48

Browse files
committed
Downgrade jakarta.annotation-api dependency for java 8 compatibility
1 parent 6af2eab commit a893d48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gradle/dependencies.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ dependencies {
99
testImplementation 'io.github.std-uritemplate:std-uritemplate:0.0.57'
1010
implementation 'com.google.code.gson:gson:2.10.1'
1111

12-
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
12+
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
1313

1414
api 'com.squareup.okhttp3:okhttp:4.12.0'
1515
api 'com.azure:azure-core:1.49.0'

0 commit comments

Comments
 (0)