From 7f8b43f59f1abe02993d5fec17bd7fbf85c64a9e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 06:41:13 +0000 Subject: [PATCH] Bump javax.annotation:javax.annotation-api from 1.2-b01 to 1.3.2 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] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 09d3574..1c1fe2d 100644 --- a/build.gradle +++ b/build.gradle @@ -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 {