Browse Source

Upgrade to JUnit Jupiter 5.5 RC1

See gh-23076
pull/23119/head
Sam Brannen 7 years ago
parent
commit
809fc50036
  1. 2
      build.gradle

2
build.gradle

@ -35,7 +35,7 @@ ext { @@ -35,7 +35,7 @@ ext {
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.9"
jettyVersion = "9.4.18.v20190429"
junit5Version = "5.4.2"
junit5Version = "5.5.0-RC1"
kotlinVersion = "1.3.31"
log4jVersion = "2.11.2"
nettyVersion = "4.1.36.Final"

Loading…
Cancel
Save