Skip to content

Commit 0cdfefb

Browse files
committed
Upgrade to GraphQL Java 21.5
Closes gh-40244
1 parent 6a24d06 commit 0cdfefb

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.4") {
444+
library("GraphQL Java", "21.5") {
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)