Skip to content

Commit

Permalink
Merge pull request #1186 from microsoft/dependabot/gradle/components/…
Browse files Browse the repository at this point in the history
…serialization/form/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/form
  • Loading branch information
andrueastman authored Apr 9, 2024
2 parents d512f57 + ac1bd1f commit 8692f7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/serialization/form/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 project(':components:abstractions')
}

0 comments on commit 8692f7f

Please sign in to comment.