Skip to content

Commit ae8acfe

Browse files
committed
Upgrade to Spring GraphQL 1.4.5
Closes gh-49070
1 parent 6b81f87 commit ae8acfe

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
@@ -2302,7 +2302,7 @@ bom {
23022302
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
23032303
}
23042304
}
2305-
library("Spring GraphQL", "1.4.5-SNAPSHOT") {
2305+
library("Spring GraphQL", "1.4.5") {
23062306
considerSnapshots()
23072307
group("org.springframework.graphql") {
23082308
modules = [

0 commit comments

Comments
 (0)