Skip to content

Commit

Permalink
Merge pull request #5418 from microsoft/dependabot/gradle/msgraph-mai…
Browse files Browse the repository at this point in the history
…l/java/jakarta.annotation-jakarta.annotation-api-3.0.0

Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 in /msgraph-mail/java
  • Loading branch information
baywet authored Apr 8, 2024
2 parents 99b4807 + 99afc5d commit fc4a8e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion msgraph-mail/java/utilities/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ archivesBaseName = 'utilities'

dependencies {
api 'com.google.code.findbugs:jsr305:3.0.2' // can be replaced by guava if we need guava
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
implementation 'com.microsoft.kiota:microsoft-kiota-abstractions:1.1.3'
implementation 'com.microsoft.kiota:microsoft-kiota-authentication-azure:1.1.3'
implementation 'com.microsoft.kiota:microsoft-kiota-http-okHttp:1.1.3'
Expand Down

0 comments on commit fc4a8e3

Please sign in to comment.