Skip to content

Commit c5264d4

Browse files
committed
[MAINTENANCE] Skip pax-url 3.x and pax-logging 2.3 updates
1 parent 6a70cfb commit c5264d4

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/dependabot.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,11 +70,17 @@ updates:
7070
- dependency-name: "org.ops4j.pax.exam:pax-exam*"
7171
versions:
7272
- ">=4.14.0" # does not support java 8
73+
- dependency-name: "org.ops4j.pax.logging:pax-logging*"
74+
versions:
75+
- ">=2.3.0" # does not support java 8
7376
- dependency-name: "org.ops4j.pax.tinybundles:tinybundles*"
7477
versions:
7578
# 4.x changes in incompatible way, needs pax-exam >= 4.14.x
7679
# 3.x cannot be used by pax-exam 4.13.5
7780
- ">=3.0.0"
81+
- dependency-name: "org.ops4j.pax.url:pax-url*"
82+
versions:
83+
- ">=3.0.0" # does not support java 8
7884
- dependency-name: "org.ops4j.pax.web:pax-web*"
7985
versions:
8086
- ">=9.0.0" # does not support java 8

0 commit comments

Comments
 (0)