Skip to content

Commit

Permalink
Bump javax.annotation:javax.annotation-api from 1.2-b01 to 1.3.2
Browse files Browse the repository at this point in the history
Bumps [javax.annotation:javax.annotation-api](https://github.com/javaee/javax.annotation) from 1.2-b01 to 1.3.2.
- [Commits](https://github.com/javaee/javax.annotation/commits/1.3.2)

---
updated-dependencies:
- dependency-name: javax.annotation:javax.annotation-api
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 10, 2024
1 parent 7f4d53d commit d251ae0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ dependencies {
// Declare the dependency for your favourite test framework you want to use in your tests.
testCompile 'org.testng:testng:6.8.8'
// javax.annotation is removed from the oracle java se 11, and requires explicit dependency
compile 'javax.annotation:javax.annotation-api:1.2-b01'
compile 'javax.annotation:javax.annotation-api:1.3.2'
}

googleJavaFormat {
Expand Down

0 comments on commit d251ae0

Please sign in to comment.