Skip to content

Commit

Permalink
Upgrade to GraphQL Java 22.0
Browse files Browse the repository at this point in the history
Closes gh-40618
  • Loading branch information
bclozel committed May 3, 2024
1 parent 208efae commit 5ac1801
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-boot-project/spring-boot-dependencies/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ bom {
]
}
}
library("GraphQL Java", "21.5") {
library("GraphQL Java", "22.0") {
prohibit {
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
because "These are snapshots that we don't want to see"
Expand Down

0 comments on commit 5ac1801

Please sign in to comment.