Browse Source

Upgrade to JUnit 5.3.1

Issue: SPR-17129
pull/23960/head
Sam Brannen 6 years ago
parent
commit
bffa4b88af
  1. 2
      build.gradle

2
build.gradle

@ -34,7 +34,7 @@ ext { @@ -34,7 +34,7 @@ ext {
hsqldbVersion = "2.4.1"
jackson2Version = "2.9.6"
jettyVersion = "9.4.12.v20180830"
junit5Version = "5.3.0"
junit5Version = "5.3.1"
kotlinVersion = "1.2.61"
log4jVersion = "2.11.1"
nettyVersion = "4.1.29.Final"

Loading…
Cancel
Save