Skip to content

Commit

Permalink
Merge pull request #1177 from microsoft/dependabot/gradle/components/…
Browse files Browse the repository at this point in the history
…serialization/json/jakarta.annotation-jakarta.annotation-api-3.0.0

Bump jakarta.annotation:jakarta.annotation-api from 2.1.1 to 3.0.0 in /components/serialization/json
  • Loading branch information
andrueastman authored Apr 9, 2024
2 parents 3efb5d6 + 7f35310 commit 92dfa59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serialization/json/gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'

// This dependency is used internally, and not exposed to consumers on their own compile classpath.
implementation 'jakarta.annotation:jakarta.annotation-api:2.1.1'
implementation 'jakarta.annotation:jakarta.annotation-api:3.0.0'
api 'com.google.code.gson:gson:2.10.1'

api project(':components:abstractions')
Expand Down

0 comments on commit 92dfa59

Please sign in to comment.