Skip to content

Commit 7caca2d

Browse files
committed
Add missing upper-bound in version range of junit-jupiter dependency
1 parent dd6dca3 commit 7caca2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ui/org.eclipse.pde.ui.tests/META-INF/MANIFEST.MF

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Import-Package: jakarta.annotation;version="[2.1.0,3.0.0)",
5959
org.eclipse.pde.internal.build,
6060
org.hamcrest,
6161
org.junit,
62-
org.junit.jupiter.api.function;version="5.8.1",
62+
org.junit.jupiter.api.function;version="[5.8.1,6.0.0)",
6363
org.junit.jupiter.migrationsupport;version="[5.13.0,6.0.0)",
6464
org.junit.platform.suite.api;version="[1.13.0,2.0.0)",
6565
org.junit.rules,

0 commit comments

Comments
 (0)