This is an automated email from the ASF dual-hosted git repository.

alien11689 pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/aries.git


The following commit(s) were added to refs/heads/trunk by this push:
     new 23f6d6cb3 [MAINTENANCE] Skip javax.enterprise:cdi-api 2.0-PFD2
23f6d6cb3 is described below

commit 23f6d6cb3daf72ad7d18fc9bb8b0b51f0d658f21
Author: Dominik Przybysz <[email protected]>
AuthorDate: Sun Mar 9 08:24:40 2025 +0100

    [MAINTENANCE] Skip javax.enterprise:cdi-api 2.0-PFD2
---
 .github/dependabot.yaml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 5e6bbce78..7f21fd35f 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -34,6 +34,9 @@ updates:
       - dependency-name: "jakarta.annotation:jakarta.annotation-api"
         versions:
           - ">=3.0.0" # does not support java 8
+      - dependency-name: "javax.enterprise:cdi-api"
+        versions:
+          - ">2.0.SP1" # 2.0-PFD2 is considered as newer, but is older
       - dependency-name: "org.apache.derby:derby"
         versions:
           - ">=10.15.0" # does not support java 8

Reply via email to