Skip to content

Commit

Permalink
fix(deps): update dependency jakarta.annotation:jakarta.annotation-ap…
Browse files Browse the repository at this point in the history
…i to v3
  • Loading branch information
renovate[bot] authored Apr 19, 2024
1 parent 9c0da63 commit c8ed3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion whitefox-platform/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ dependencies {
api("org.eclipse.microprofile.openapi:microprofile-openapi-api:3.1.1")
api("jakarta.validation:jakarta.validation-api:3.0.2")
api("jakarta.inject:jakarta.inject-api:2.0.1")
api("jakarta.annotation:jakarta.annotation-api:2.1.1")
api("jakarta.annotation:jakarta.annotation-api:3.0.0")
api("org.openapi4j:openapi-operation-validator:1.0.7")
api("org.openapi4j:openapi-operation-restassured:1.0.7")
api("org.junit.jupiter:junit-jupiter:5.10.2")
Expand Down

0 comments on commit c8ed3e7

Please sign in to comment.