Skip to content

Commit 4b8dda1

Browse files
committed
#4345: Update JUnit dependencies to version 5.11.4.
1 parent 1378f7d commit 4b8dda1

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pom.xml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,16 @@
137137
<dependency>
138138
<groupId>org.junit</groupId>
139139
<artifactId>junit-bom</artifactId>
140-
<version>5.13.2</version>
140+
<version>5.11.4</version>
141141
<type>pom</type>
142142
<scope>test</scope>
143143
</dependency>
144+
<dependency>
145+
<groupId>org.junit.jupiter</groupId>
146+
<artifactId>junit-jupiter-launcher</artifactId>
147+
<version>5.11.4</version>
148+
<scope>test</scope>
149+
</dependency>
144150
<dependency>
145151
<groupId>org.junit.jupiter</groupId>
146152
<artifactId>junit-jupiter-engine</artifactId>

0 commit comments

Comments
 (0)