Skip to content

Commit

Permalink
[MAINTENANCE] Skip pax-web 9.x as not supporting java 8 (#450)
Browse files Browse the repository at this point in the history
  • Loading branch information
alien11689 authored Feb 11, 2025
1 parent d4ad037 commit b0355e2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/dependabot.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,6 @@ 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
Expand All @@ -49,4 +46,7 @@ updates:
- dependency-name: "org.ops4j.pax.exam:pax-exam*"
versions:
- ">=4.14.0" # does not support java 8
- dependency-name: "org.ops4j.pax.web:pax-web*"
versions:
- ">=9.0.0" # does not support java 8

0 comments on commit b0355e2

Please sign in to comment.