Skip to content

Commit 8bf1a2d

Browse files
committed
Upgrade to Spring GraphQL 1.3.3
Closes gh-42742
1 parent 9668ecd commit 8bf1a2d

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
@@ -1984,7 +1984,7 @@ bom {
19841984
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
19851985
}
19861986
}
1987-
library("Spring GraphQL", "1.3.3-SNAPSHOT") {
1987+
library("Spring GraphQL", "1.3.3") {
19881988
considerSnapshots()
19891989
group("org.springframework.graphql") {
19901990
modules = [

0 commit comments

Comments
 (0)