From a5a17a784d96860ff724be31a5bc0278e836003b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 19 Jul 2024 14:21:17 +0000 Subject: [PATCH] Bump jakarta.annotation:jakarta.annotation-api from 1.3.5 to 3.0.0 Bumps [jakarta.annotation:jakarta.annotation-api](https://github.com/jakartaee/common-annotations-api) from 1.3.5 to 3.0.0. - [Commits](https://github.com/jakartaee/common-annotations-api/compare/1.3.5...3.0.0) --- updated-dependencies: - dependency-name: jakarta.annotation:jakarta.annotation-api dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index ec110dc..b6999a0 100644 --- a/build.gradle +++ b/build.gradle @@ -43,7 +43,7 @@ dependencies { implementation "net.devh:grpc-server-spring-boot-starter:${springBootGrpcVersion}" implementation "build.buf:protovalidate:0.2.1" - compileOnly 'jakarta.annotation:jakarta.annotation-api:1.3.5' // Java 9+ compatibility - Do NOT update to 2.0.0 + compileOnly 'jakarta.annotation:jakarta.annotation-api:3.0.0' // Java 9+ compatibility - Do NOT update to 2.0.0 testImplementation 'org.springframework.boot:spring-boot-starter-test' testImplementation 'io.specmatic:specmatic-grpc:0.0.4-TRIAL'