We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef09770 commit 7ec5e0eCopy full SHA for 7ec5e0e
2 files changed
base/pom.xml
@@ -82,7 +82,9 @@ NOTE: NOT to be used by components outside of Jackson: application code should o
82
<dependency>
83
<groupId>org.junit</groupId>
84
<artifactId>junit-bom</artifactId>
85
- <version>${version.junit5}</version>
+ <!-- 27-Mar-2026, tatu: Switch over to JUnit 6 before 3.1.1
86
+ -->
87
+ <version>${version.junit6}</version>
88
<type>pom</type>
89
<scope>import</scope>
90
</dependency>
release-notes/VERSION
@@ -13,6 +13,7 @@ NOTE: Entries for 2.x found from `release-notes/VERSION-2.x`
13
14
3.1.1 (not yet released)
15
16
+#122: Switch Jackson 3.x to JUnit 6.x (from 5.x)
17
- `oss-parent` dep to 79
18
19
3.1.0 (23-Feb-2026)
0 commit comments