Skip to content

Commit f4749e0

Browse files
committed
Upgrade to Groovy 4.0.28
Closes gh-46514
1 parent b3e2da2 commit f4749e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

platform/spring-boot-dependencies/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -488,7 +488,7 @@ bom {
488488
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
489489
}
490490
}
491-
library("Groovy", "4.0.27") {
491+
library("Groovy", "4.0.28") {
492492
prohibit {
493493
contains "-alpha-"
494494
because "we don't want alpha dependencies"

0 commit comments

Comments
 (0)