Skip to content

Commit 7ec5e0e

Browse files
committed
Fix #122: switch 3.x (starting with 3.1.1) to use JUnit 6
1 parent ef09770 commit 7ec5e0e

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

base/pom.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,9 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
8282
<dependency>
8383
<groupId>org.junit</groupId>
8484
<artifactId>junit-bom</artifactId>
85-
<version>${version.junit5}</version>
85+
<!-- 27-Mar-2026, tatu: Switch over to JUnit 6 before 3.1.1
86+
-->
87+
<version>${version.junit6}</version>
8688
<type>pom</type>
8789
<scope>import</scope>
8890
</dependency>

release-notes/VERSION

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ NOTE: Entries for 2.x found from `release-notes/VERSION-2.x`
1313

1414
3.1.1 (not yet released)
1515

16+
#122: Switch Jackson 3.x to JUnit 6.x (from 5.x)
1617
- `oss-parent` dep to 79
1718

1819
3.1.0 (23-Feb-2026)

0 commit comments

Comments
 (0)