Skip to content

Commit 77c3583

Browse files
committed
Upgrade to Groovy 5.0.3
Closes gh-48460
1 parent 7d96d7a commit 77c3583

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
@@ -495,7 +495,7 @@ bom {
495495
releaseNotes("https://github.com/graphql-java/graphql-java/releases/tag/v{version}")
496496
}
497497
}
498-
library("Groovy", "5.0.2") {
498+
library("Groovy", "5.0.3") {
499499
prohibit {
500500
contains "-alpha-"
501501
because "we don't want alpha dependencies"

0 commit comments

Comments
 (0)