Skip to content

Commit 0f86bae

Browse files
committed
Add bomr exclusion for the maven shade plugin
Closes gh-21265
1 parent 92ef515 commit 0f86bae

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.bomr/bomr.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ bomr:
1212
versions:
1313
# 10.15 requires Java 9
1414
- '[10.15,)'
15+
- project: maven-shade-plugin
16+
versions:
17+
# https://github.com/spring-projects/spring-boot/issues/21128
18+
- '[3.2.3,)'
1519
verify:
1620
ignored-dependencies:
1721
# Avoid conflicting transitive requirements for

0 commit comments

Comments
 (0)