Skip to content

Commit f48413a

Browse files
committed
Upgrade to GraphQL Java 22.1
Closes gh-41219
1 parent bc09872 commit f48413a

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
@@ -441,7 +441,7 @@ bom {
441441
]
442442
}
443443
}
444-
library("GraphQL Java", "22.0") {
444+
library("GraphQL Java", "22.1") {
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)