Skip to content

Commit 33575b7

Browse files
committed
Upgrade to Spring GraphQL 1.3.1
Closes gh-41035
1 parent fae73b7 commit 33575b7

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
@@ -1932,7 +1932,7 @@ bom {
19321932
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
19331933
}
19341934
}
1935-
library("Spring GraphQL", "1.3.1-SNAPSHOT") {
1935+
library("Spring GraphQL", "1.3.1") {
19361936
considerSnapshots()
19371937
group("org.springframework.graphql") {
19381938
modules = [

0 commit comments

Comments
 (0)