Skip to content

Commit c07c0c9

Browse files
committed
Upgrade to GraphQL Java 22.3
Closes gh-42842
1 parent e6b8400 commit c07c0c9

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
@@ -423,7 +423,7 @@ bom {
423423
]
424424
}
425425
}
426-
library("GraphQL Java", "22.1") {
426+
library("GraphQL Java", "22.3") {
427427
prohibit {
428428
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
429429
because "These are snapshots that we don't want to see"

0 commit comments

Comments
 (0)