Skip to content

Commit ac5cad6

Browse files
committed
Upgrade to Spring GraphQL 1.3.4
Closes gh-44161
1 parent 180eef1 commit ac5cad6

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
@@ -2267,7 +2267,7 @@ bom {
22672267
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
22682268
}
22692269
}
2270-
library("Spring GraphQL", "1.3.4-SNAPSHOT") {
2270+
library("Spring GraphQL", "1.3.4") {
22712271
considerSnapshots()
22722272
group("org.springframework.graphql") {
22732273
modules = [

0 commit comments

Comments
 (0)