Skip to content

Commit ce0188c

Browse files
authored
Merge pull request influxdata#446 from influxdata/junit-update
update junit from 5.1.1 -> 5.2.0
2 parents e573475 + 9253062 commit ce0188c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,13 +218,13 @@
218218
<dependency>
219219
<groupId>org.junit.jupiter</groupId>
220220
<artifactId>junit-jupiter-engine</artifactId>
221-
<version>5.1.1</version>
221+
<version>5.2.0</version>
222222
<scope>test</scope>
223223
</dependency>
224224
<dependency>
225225
<groupId>org.junit.platform</groupId>
226226
<artifactId>junit-platform-runner</artifactId>
227-
<version>1.1.1</version>
227+
<version>1.2.0</version>
228228
<scope>test</scope>
229229
</dependency>
230230
<dependency>

0 commit comments

Comments
 (0)