Skip to content

Commit 80c9277

Browse files
committed
[MAINTENANCE] Skip javax.enterprise:cdi-api 2.0-PFD2
1 parent 3f542de commit 80c9277

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/dependabot.yaml

+3
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ updates:
3434
- dependency-name: "jakarta.annotation:jakarta.annotation-api"
3535
versions:
3636
- ">=3.0.0" # does not support java 8
37+
- dependency-name: "javax.enterprise:cdi-api"
38+
versions:
39+
- ">2.0.SP1" # 2.0-PFD2 is considered as newer, but is older
3740
- dependency-name: "org.apache.derby:derby"
3841
versions:
3942
- ">=10.15.0" # does not support java 8

0 commit comments

Comments
 (0)