Skip to content

Commit 02d73ea

Browse files
committed
Upgrade to Spring GraphQL 1.4.2
Closes gh-47090
1 parent a8161a5 commit 02d73ea

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
@@ -2291,7 +2291,7 @@ bom {
22912291
releaseNotes("https://github.com/spring-projects/spring-framework/releases/tag/v{version}")
22922292
}
22932293
}
2294-
library("Spring GraphQL", "1.4.2-SNAPSHOT") {
2294+
library("Spring GraphQL", "1.4.2") {
22952295
considerSnapshots()
22962296
group("org.springframework.graphql") {
22972297
modules = [

0 commit comments

Comments
 (0)