File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed
sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ httpcore = "4.4.14"
88jqwik = " 1.9.3"
99jmh = " 1.37"
1010json = " 20250517"
11- junit = " 5.13.4 "
11+ junit = " 6.0.0 "
1212mockito = " 5.20.0"
1313plexus = " 3.3.0"
1414shadow = " 9.2.2"
Original file line number Diff line number Diff line change 2020import org .agrona .generation .CompilerUtil ;
2121import org .agrona .generation .StringWriterOutputManager ;
2222import org .junit .jupiter .api .Test ;
23- import org .junit .jupiter .api .condition .EnabledForJreRange ;
24- import org .junit .jupiter .api .condition .JRE ;
2523import uk .co .real_logic .sbe .Tests ;
2624import uk .co .real_logic .sbe .ir .Ir ;
2725import uk .co .real_logic .sbe .xml .IrGenerator ;
@@ -44,7 +42,6 @@ public class QualifiedYieldTest
4442 private final StringWriterOutputManager outputManager = new StringWriterOutputManager ();
4543
4644 @ Test
47- @ EnabledForJreRange (min = JRE .JAVA_17 )
4845 void shouldGenerateValidJava () throws Exception
4946 {
5047 try (InputStream in = Tests .getLocalResource ("issue910.xml" ))
You can’t perform that action at this time.
0 commit comments