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 fc26f8e9a [MAINTENANCE] Configure dependabot to skip junit 6.x
fc26f8e9a is described below

commit fc26f8e9a8a918d23973c68fa9ed0d01c34ca611
Author: Dominik Przybysz <[email protected]>
AuthorDate: Tue Sep 30 20:31:57 2025 +0200

    [MAINTENANCE] Configure dependabot to skip junit 6.x
---
 .github/dependabot.yaml | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index e5001f7ef..2758de78a 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -61,6 +61,12 @@ updates:
       - dependency-name: "org.codehaus.plexus:plexus-xml*"
         versions:
           - ">=4.1.0" # does not support java 8
+      - dependency-name: "org.junit.jupiter:junit-jupiter-*"
+        versions:
+          - ">=6.0.0" # does not support java 8
+      - dependency-name: "org.junit.platform:junit-platform-*"
+        versions:
+          - ">=6.0.0" # does not support java 8
       - dependency-name: "org.mockito:mockito*"
         versions:
           - ">=5.0.0" # does not support java 8

Reply via email to