From d251ae03adf2b5079afa7ccbb5535aa8c7cef441 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 10 Jul 2024 05:08:31 +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 c811945..fcbf6c3 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 {