Skip to content

Commit 1f65d41

Browse files
committed
Upgrade to Spring GraphQL 1.3.4
Closes gh-44121
1 parent d12a33a commit 1f65d41

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
@@ -2162,7 +2162,7 @@ bom {
21622162
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
21632163
}
21642164
}
2165-
library("Spring GraphQL", "1.3.4-SNAPSHOT") {
2165+
library("Spring GraphQL", "1.3.4") {
21662166
considerSnapshots()
21672167
group("org.springframework.graphql") {
21682168
modules = [

0 commit comments

Comments
 (0)