Skip to content

Commit 1882542

Browse files
committed
Update JUnit5 to 5.10.1
1 parent 597cd6d commit 1882542

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

pom.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@
164164
<dependency>
165165
<groupId>org.junit</groupId>
166166
<artifactId>junit-bom</artifactId>
167-
<version>5.9.2</version>
167+
<version>5.10.1</version>
168168
<type>pom</type>
169169
<scope>import</scope>
170170
</dependency>

release-notes/VERSION-2.x

+1
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ Project: jackson-databind
4141
(reported by @k-wall)
4242
(fix contributed by Joo-Hyuk K)
4343
#4337: `AtomicReference` serializer does not support `@JsonSerialize(contentConverter=...)`
44+
- JUnit5 upgraded to 5.10.1
4445
4546
2.16.2 (not yet released)
4647

0 commit comments

Comments
 (0)