We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 597cd6d commit 1882542Copy full SHA for 1882542
pom.xml
@@ -164,7 +164,7 @@
164
<dependency>
165
<groupId>org.junit</groupId>
166
<artifactId>junit-bom</artifactId>
167
- <version>5.9.2</version>
+ <version>5.10.1</version>
168
<type>pom</type>
169
<scope>import</scope>
170
</dependency>
release-notes/VERSION-2.x
@@ -41,6 +41,7 @@ Project: jackson-databind
41
(reported by @k-wall)
42
(fix contributed by Joo-Hyuk K)
43
#4337: `AtomicReference` serializer does not support `@JsonSerialize(contentConverter=...)`
44
+- JUnit5 upgraded to 5.10.1
45
46
2.16.2 (not yet released)
47
0 commit comments