Skip to content

Commit 4b74619

Browse files
snicollphilwebb
authored andcommitted
Upgrade to Jakarta Annotation 3.0.0
Closes gh-45484
1 parent f1629ce commit 4b74619

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -703,11 +703,7 @@ bom {
703703
releaseNotes("https://github.com/jakartaee/jaf-api/releases/tag/{version}")
704704
}
705705
}
706-
library("Jakarta Annotation", "2.1.1") {
707-
prohibit {
708-
versionRange "[3.0.0-M1,)"
709-
because "it exceeds our Jakarta EE 10 baseline"
710-
}
706+
library("Jakarta Annotation", "3.0.0") {
711707
group("jakarta.annotation") {
712708
modules = [
713709
"jakarta.annotation-api"

0 commit comments

Comments
 (0)