Upgrade to Jakarta Persistence 3.1.0

Closes gh-33051
This commit is contained in:
Andy Wilkinson 2022-11-08 09:14:20 +00:00
parent 47c453f473
commit 335986ee4e
1 changed files with 1 additions and 4 deletions

View File

@ -521,10 +521,7 @@ bom {
]
}
}
library("Jakarta Persistence", "3.0.0") {
prohibit("[3.1.0-RC1,)") {
because "it exceeds our Jakarta EE 9 baseline"
}
library("Jakarta Persistence", "3.1.0") {
group("jakarta.persistence") {
modules = [
"jakarta.persistence-api"