Browse Source

Upgrade to Jakarta Annotation 3.0.0

Closes gh-45484
pull/45379/head
Stéphane Nicoll 9 months ago committed by Phillip Webb
parent
commit
4b74619f47
  1. 6
      spring-boot-project/spring-boot-dependencies/build.gradle

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

@ -703,11 +703,7 @@ bom { @@ -703,11 +703,7 @@ bom {
releaseNotes("https://github.com/jakartaee/jaf-api/releases/tag/{version}")
}
}
library("Jakarta Annotation", "2.1.1") {
prohibit {
versionRange "[3.0.0-M1,)"
because "it exceeds our Jakarta EE 10 baseline"
}
library("Jakarta Annotation", "3.0.0") {
group("jakarta.annotation") {
modules = [
"jakarta.annotation-api"

Loading…
Cancel
Save