Skip to content

Commit 27585fd

Browse files
committed
Upgrade to GraphQL Java 22.3
Closes gh-42757
1 parent 429681a commit 27585fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -422,7 +422,7 @@ bom {
422422
]
423423
}
424424
}
425-
library("GraphQL Java", "22.1") {
425+
library("GraphQL Java", "22.3") {
426426
prohibit {
427427
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
428428
because "These are snapshots that we don't want to see"

0 commit comments

Comments
 (0)