From fb2967d16f1c3bc4878699e9de996b3f358f52ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Jun 2025 01:53:26 +0000 Subject: [PATCH] Bump javax.annotation:javax.annotation-api from 1.2 to 1.3.2 Bumps [javax.annotation:javax.annotation-api](https://github.com/javaee/javax.annotation) from 1.2 to 1.3.2. - [Commits](https://github.com/javaee/javax.annotation/compare/1.2...1.3.2) --- updated-dependencies: - dependency-name: javax.annotation:javax.annotation-api dependency-version: 1.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index dd9e01d..3c3eb96 100644 --- a/build.gradle +++ b/build.gradle @@ -161,7 +161,7 @@ dependencies { implementation 'com.fasterxml.jackson.core:jackson-databind:2.2.3' implementation "com.github.kbase:java_common:$VER_JAVA_COMMON" implementation "com.github.kbase:auth2_client_java:$VER_AUTH2_CLIENT" - implementation 'javax.annotation:javax.annotation-api:1.2' + implementation 'javax.annotation:javax.annotation-api:1.3.2' implementation 'javax.servlet:servlet-api:2.5' implementation 'org.mongodb:mongodb-driver-core:4.11.1' implementation 'org.mongodb:mongodb-driver-sync:4.11.1'