Skip to content

Commit 34b27b5

Browse files
committed
[Java] Bump JUnit to 6.0.0.
1 parent d93e0a5 commit 34b27b5

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

gradle/libs.versions.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ httpcore = "4.4.14"
88
jqwik = "1.9.3"
99
jmh = "1.37"
1010
json = "20250517"
11-
junit = "5.13.4"
11+
junit = "6.0.0"
1212
mockito = "5.20.0"
1313
plexus = "3.3.0"
1414
shadow = "9.2.2"

sbe-tool/src/test/java/uk/co/real_logic/sbe/generation/java/QualifiedYieldTest.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@
2020
import org.agrona.generation.CompilerUtil;
2121
import org.agrona.generation.StringWriterOutputManager;
2222
import org.junit.jupiter.api.Test;
23-
import org.junit.jupiter.api.condition.EnabledForJreRange;
24-
import org.junit.jupiter.api.condition.JRE;
2523
import uk.co.real_logic.sbe.Tests;
2624
import uk.co.real_logic.sbe.ir.Ir;
2725
import 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"))

0 commit comments

Comments
 (0)