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 f2555d697 [MAINTENANCE] Exclude derby update to version not supporting
java 8
f2555d697 is described below
commit f2555d69780caa006355427c1385e3bc5d42cdc7
Author: Dominik Przybysz <[email protected]>
AuthorDate: Wed Jan 15 21:01:08 2025 +0100
[MAINTENANCE] Exclude derby update to version not supporting java 8
---
.github/dependabot.yaml | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index 399033678..0430ad258 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -17,10 +17,13 @@ updates:
ignore:
- dependency-name: "org.apache.felix:maven-bundle-plugin"
versions:
- - ">=6.0.0"
+ - ">=6.0.0" # does not support java 8
- dependency-name: "biz.aQute.bnd:biz.aQute.bndlib"
versions:
- - ">=7.0.0"
+ - ">=7.0.0" # does not support java 8
+ - dependency-name: "org.apache.derby:derby"
+ versions:
+ - ">=10.15.0" # does not support java 8
- package-ecosystem: "maven"
directory: "/application"