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 d2ea43b13 [MAINTENANCE] Skip spring-context 6.x and pax-exam 4.14.x
upgrades as not supporting java 8
d2ea43b13 is described below
commit d2ea43b1350989176eaeb9bb49da4ab6f48d8500
Author: Dominik Przybysz <[email protected]>
AuthorDate: Mon Feb 10 19:40:50 2025 +0100
[MAINTENANCE] Skip spring-context 6.x and pax-exam 4.14.x upgrades as not
supporting java 8
---
.github/dependabot.yaml | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml
index bab3310c4..28d9ff407 100644
--- a/.github/dependabot.yaml
+++ b/.github/dependabot.yaml
@@ -31,6 +31,9 @@ updates:
- dependency-name: "org.springframework:spring-*"
versions:
- ">=6.0.0" # does not support java 8
+ - dependency-name: "org.springframework:spring-context" # rule above
should catch the case but it didn't
+ versions:
+ - ">=6.0.0" # does not support java 8
- dependency-name:
"org.apache.servicemix.bundles:org.apache.servicemix.bundles.spring-*"
versions:
- ">=6.0.0" # does not support java 8
@@ -43,4 +46,7 @@ updates:
- dependency-name: "org.eclipse:osgi" # should be upgraded to
org.eclipse.platform:org.eclipse.osgi
versions:
- ">=3.9.1" # higher version removed CompositeBundle used by some
artifacts
+ - dependency-name: "org.ops4j.pax.exam:pax-exam*"
+ versions:
+ - ">=4.14.0" # does not support java 8