Skip to content

Commit 0ce71e2

Browse files
committed
Upgrade to Groovy 4.0.26
Closes gh-44605
1 parent 92c198e commit 0ce71e2

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
@@ -461,7 +461,7 @@ bom {
461461
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
462462
}
463463
}
464-
library("Groovy", "4.0.25") {
464+
library("Groovy", "4.0.26") {
465465
prohibit {
466466
contains "-alpha-"
467467
because "we don't want alpha dependencies"

0 commit comments

Comments
 (0)