Skip to content

Commit 1b4aad5

Browse files
committed
Upgrade to Groovy 4.0.28
Closes gh-46516
1 parent aed8550 commit 1b4aad5

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
@@ -493,7 +493,7 @@ bom {
493493
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
494494
}
495495
}
496-
library("Groovy", "4.0.27") {
496+
library("Groovy", "4.0.28") {
497497
prohibit {
498498
contains "-alpha-"
499499
because "we don't want alpha dependencies"

0 commit comments

Comments
 (0)