Skip to content

Commit 5022e12

Browse files
committed
Configure bomr to filter GraphQL "snapshot" versions
See gh-33817
1 parent a0ce68d commit 5022e12

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spring-boot-project/spring-boot-dependencies/build.gradle

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,10 @@ bom {
322322
}
323323
}
324324
library("GraphQL Java", "20.4") {
325+
prohibit {
326+
startsWith(["2018-", "2019-", "2020-", "2021-", "230521-"])
327+
because "These are snapshots that we don't want to see"
328+
}
325329
group("com.graphql-java") {
326330
modules = [
327331
"graphql-java"

0 commit comments

Comments
 (0)