mirror of
https://github.com/spring-projects/spring-boot.git
synced 2026-09-17 12:09:16 +00:00
Upgrade to Groovy 5.1.2
Closes gh-51673
This commit is contained in:
@@ -548,7 +548,7 @@ bom {
|
|||||||
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
|
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
library("Groovy", "5.0.8") {
|
library("Groovy", "5.1.2") {
|
||||||
prohibit {
|
prohibit {
|
||||||
contains "-alpha-"
|
contains "-alpha-"
|
||||||
because "we don't want alpha dependencies"
|
because "we don't want alpha dependencies"
|
||||||
|
|||||||
Reference in New Issue
Block a user