We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a70cfb commit c5264d4Copy full SHA for c5264d4
1 file changed
.github/dependabot.yaml
@@ -70,11 +70,17 @@ updates:
70
- dependency-name: "org.ops4j.pax.exam:pax-exam*"
71
versions:
72
- ">=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
76
- dependency-name: "org.ops4j.pax.tinybundles:tinybundles*"
77
78
# 4.x changes in incompatible way, needs pax-exam >= 4.14.x
79
# 3.x cannot be used by pax-exam 4.13.5
80
- ">=3.0.0"
81
+ - dependency-name: "org.ops4j.pax.url:pax-url*"
82
83
+ - ">=3.0.0" # does not support java 8
84
- dependency-name: "org.ops4j.pax.web:pax-web*"
85
86
- ">=9.0.0" # does not support java 8
0 commit comments