Skip to content

Commit 7cf0522

Browse files
committed
Upgrade to Groovy 4.0.27
Closes gh-45829
1 parent 99da716 commit 7cf0522

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ bom {
477477
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
478478
}
479479
}
480-
library("Groovy", "4.0.26") {
480+
library("Groovy", "4.0.27") {
481481
prohibit {
482482
contains "-alpha-"
483483
because "we don't want alpha dependencies"

0 commit comments

Comments
 (0)