Browse Source

Upgrade to JUnit Jupiter 5.4.1

Closes gh-22308
pull/22617/head
Sam Brannen 6 years ago
parent
commit
0fc0849c0a
  1. 2
      build.gradle

2
build.gradle

@ -35,7 +35,7 @@ ext { @@ -35,7 +35,7 @@ ext {
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.8"
jettyVersion = "9.4.15.v20190215"
junit5Version = "5.4.0"
junit5Version = "5.4.1"
kotlinVersion = "1.3.21"
log4jVersion = "2.11.2"
nettyVersion = "4.1.34.Final"

Loading…
Cancel
Save