Skip to content

Commit 9bcaa53

Browse files
Update junit5 monorepo
1 parent 0a6ea77 commit 9bcaa53

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

pom.xml

+5-5
Original file line numberDiff line numberDiff line change
@@ -156,31 +156,31 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
156156
<dependency>
157157
<groupId>org.junit.platform</groupId>
158158
<artifactId>junit-platform-engine</artifactId>
159-
<version>1.11.3</version>
159+
<version>1.12.0</version>
160160
<scope>test</scope>
161161
</dependency>
162162
<dependency>
163163
<groupId>org.junit.platform</groupId>
164164
<artifactId>junit-platform-commons</artifactId>
165-
<version>1.11.3</version>
165+
<version>1.12.0</version>
166166
<scope>test</scope>
167167
</dependency>
168168
<dependency>
169169
<groupId>org.junit.jupiter</groupId>
170170
<artifactId>junit-jupiter-api</artifactId>
171-
<version>5.11.3</version>
171+
<version>5.12.0</version>
172172
<scope>test</scope>
173173
</dependency>
174174
<dependency>
175175
<groupId>org.junit.jupiter</groupId>
176176
<artifactId>junit-jupiter-engine</artifactId>
177-
<version>5.11.3</version>
177+
<version>5.12.0</version>
178178
<scope>test</scope>
179179
</dependency>
180180
<dependency>
181181
<groupId>org.junit.vintage</groupId>
182182
<artifactId>junit-vintage-engine</artifactId>
183-
<version>5.11.3</version>
183+
<version>5.12.0</version>
184184
<scope>test</scope>
185185
</dependency>
186186
<dependency>

0 commit comments

Comments
 (0)