Upgrade to JUnit Jupiter 5.5.1

See gh-23076
This commit is contained in:
Sam Brannen 2019-07-20 17:07:14 +02:00
parent 8ea3aa512f
commit 33979b2de9
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ ext {
hsqldbVersion = "2.5.0"
jackson2Version = "2.9.9"
jettyVersion = "9.4.19.v20190610"
junit5Version = "5.5.0"
junit5Version = "5.5.1"
kotlinVersion = "1.3.41"
log4jVersion = "2.12.0"
nettyVersion = "4.1.37.Final"