Skip to content

Commit cc25919

Browse files
committed
Upgrade to GraphQL Java 21.1
Closes gh-37458
1 parent 4795edc commit cc25919

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
@@ -327,7 +327,7 @@ bom {
327327
]
328328
}
329329
}
330-
library("GraphQL Java", "20.4") {
330+
library("GraphQL Java", "21.1") {
331331
prohibit {
332332
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
333333
because "These are snapshots that we don't want to see"

0 commit comments

Comments
 (0)