Skip to content

Commit 1c14e5e

Browse files
Update junit5 monorepo
1 parent 1d6cef4 commit 1c14e5e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pom.xml

+3-3
Original file line numberDiff line numberDiff line change
@@ -94,13 +94,13 @@ SOFTWARE.
9494
<dependency>
9595
<groupId>org.junit.jupiter</groupId>
9696
<artifactId>junit-jupiter-api</artifactId>
97-
<version>5.11.3</version>
97+
<version>5.12.0</version>
9898
<scope>provided</scope>
9999
</dependency>
100100
<dependency>
101101
<groupId>org.junit.platform</groupId>
102102
<artifactId>junit-platform-commons</artifactId>
103-
<version>1.11.3</version>
103+
<version>1.12.0</version>
104104
<scope>provided</scope>
105105
</dependency>
106106
<dependency>
@@ -112,7 +112,7 @@ SOFTWARE.
112112
<dependency>
113113
<groupId>org.junit.jupiter</groupId>
114114
<artifactId>junit-jupiter-engine</artifactId>
115-
<version>5.11.3</version>
115+
<version>5.12.0</version>
116116
<scope>test</scope>
117117
</dependency>
118118
</dependencies>

0 commit comments

Comments
 (0)