Skip to content

Commit 583a1c1

Browse files
committed
Upgrade to GraphQL Java 22.4
Closes gh-46394
1 parent 2a65c1b commit 583a1c1

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
@@ -454,7 +454,7 @@ bom {
454454
]
455455
}
456456
}
457-
library("GraphQL Java", "22.3") {
457+
library("GraphQL Java", "22.4") {
458458
prohibit {
459459
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
460460
because "These are snapshots that we don't want to see"

0 commit comments

Comments
 (0)