Skip to content

Commit 262a5c1

Browse files
committed
Upgrade to GraphQL Java 21.5
Closes gh-41340
1 parent 71b789a commit 262a5c1

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
@@ -328,7 +328,7 @@ bom {
328328
]
329329
}
330330
}
331-
library("GraphQL Java", "21.4") {
331+
library("GraphQL Java", "21.5") {
332332
prohibit {
333333
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
334334
because "These are snapshots that we don't want to see"

0 commit comments

Comments
 (0)