Skip to content

Commit 0430087

Browse files
Update junit5 monorepo
1 parent 673c63d commit 0430087

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

pom.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -119,25 +119,25 @@ OF THE POSSIBILITY OF SUCH DAMAGE.
119119
<dependency>
120120
<groupId>org.junit.jupiter</groupId>
121121
<artifactId>junit-jupiter-api</artifactId>
122-
<version>5.9.2</version>
122+
<version>5.9.3</version>
123123
<scope>test</scope>
124124
</dependency>
125125
<dependency>
126126
<groupId>org.junit.jupiter</groupId>
127127
<artifactId>junit-jupiter-engine</artifactId>
128-
<version>5.9.2</version>
128+
<version>5.9.3</version>
129129
<scope>test</scope>
130130
</dependency>
131131
<dependency>
132132
<groupId>org.junit.platform</groupId>
133133
<artifactId>junit-platform-commons</artifactId>
134-
<version>1.9.2</version>
134+
<version>1.9.3</version>
135135
<scope>test</scope>
136136
</dependency>
137137
<dependency>
138138
<groupId>org.junit.vintage</groupId>
139139
<artifactId>junit-vintage-engine</artifactId>
140-
<version>5.9.2</version>
140+
<version>5.9.3</version>
141141
<scope>test</scope>
142142
</dependency>
143143
<dependency>

0 commit comments

Comments
 (0)