Merge branch '2.4.x' into 2.5.x

Closes gh-28661
This commit is contained in:
Andy Wilkinson
2021-11-12 20:31:25 +00:00
42 changed files with 455 additions and 144 deletions

View File

@@ -34,6 +34,13 @@ bom {
]
}
}
library("Jakarta Inject", "1.0.5") {
group("jakarta.inject") {
modules = [
"jakarta.inject-api"
]
}
}
library("JLine", "2.11") {
prohibit("[2.12,)") {
because "it contains breaking changes"