This is an automated email from the ASF dual-hosted git repository. alien11689 pushed a commit to branch fix-tinybundles-in-dependabot in repository https://gitbox.apache.org/repos/asf/aries.git
commit 37972393f0ee355e038ea93fdbd768ccd1f80e2f Author: Dominik Przybysz <[email protected]> AuthorDate: Fri Mar 14 21:10:46 2025 +0100 [MAINTENANCE] Fix tinybundles entry in dependabot --- .github/dependabot.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/dependabot.yaml b/.github/dependabot.yaml index 692d3c8bb..caa6c5817 100644 --- a/.github/dependabot.yaml +++ b/.github/dependabot.yaml @@ -73,7 +73,7 @@ updates: - dependency-name: "org.ops4j.pax.exam:pax-exam*" versions: - ">=4.14.0" # does not support java 8 - - dependency-name: "org.ops4j.pax.tinybundles:pax-tinybundles*" + - dependency-name: "org.ops4j.pax.tinybundles:tinybundles*" versions: # 4.x changes in incompatible way, needs pax-exam >= 4.14.x # 3.x cannot be used by pax-exam 4.13.5
