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 c5264d486 [MAINTENANCE] Skip pax-url 3.x and pax-logging 2.3 updates
c5264d486 is described below

commit c5264d4866a8f5cb8300e595f5ad3edc99eca648
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Mar 31 19:52:48 2025 +0200

    [MAINTENANCE] Skip pax-url 3.x and pax-logging 2.3 updates
---
 .github/dependabot.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 873d1bae0..9f997047d 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -70,11 +70,17 @@ updates:
       - dependency-name: "org.ops4j.pax.exam:pax-exam*"
         versions:
           - ">=4.14.0" # does not support java 8
+      - dependency-name: "org.ops4j.pax.logging:pax-logging*"
+        versions:
+          - ">=2.3.0" # does not support java 8
       - dependency-name: "org.ops4j.pax.tinybundles:tinybundles*"
         versions:
           # 4.x changes in incompatible way, needs pax-exam >= 4.14.x
           # 3.x cannot be used by pax-exam 4.13.5
           - ">=3.0.0"
+      - dependency-name: "org.ops4j.pax.url:pax-url*"
+        versions:
+          - ">=3.0.0" # does not support java 8
       - dependency-name: "org.ops4j.pax.web:pax-web*"
         versions:
           - ">=9.0.0" # does not support java 8

Reply via email to