Skip to content

Commit dc2c253

Browse files
committed
Upgrade to GraphQL Java 21.4
Closes gh-40021
1 parent c27bb77 commit dc2c253

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.3") {
331+
library("GraphQL Java", "21.4") {
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)