Skip to content

Commit 5ac1801

Browse files
committed
Upgrade to GraphQL Java 22.0
Closes gh-40618
1 parent 208efae commit 5ac1801

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
@@ -441,7 +441,7 @@ bom {
441441
]
442442
}
443443
}
444-
library("GraphQL Java", "21.5") {
444+
library("GraphQL Java", "22.0") {
445445
prohibit {
446446
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
447447
because "These are snapshots that we don't want to see"

0 commit comments

Comments
 (0)