Commit 6ffa8087 authored by Andy Wilkinson's avatar Andy Wilkinson

Add Bomr metadata to prohibit unwanted upgrades

Closes gh-16064
parent 2326284e
......@@ -7,6 +7,16 @@ bomr:
issue-labels:
- 'type: dependency-upgrade'
policy: same-minor-version
prohibited:
- project: commons-collections
versions:
- '[20030101,)' # Old versions that use yyyymmdd format
- project: dom4j
versions:
- '[20040101,)' # Old versions that use yyyymmdd format
- project: ehcache
versions:
- '[2.10.6,2.11)' # 2.10.6 raised the Java baseline to Java 8
verify:
repositories:
# Spring Data GemFire's GemFire dependencies
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment