Groovy DSL testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.5.2' testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2' testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-params', version: '5.5.2' testCompile group: 'org.assertj', name: 'assertj-core', version: '3.13.2' Kotlin DSL -- Not updated testCompile("org.junit.jupiter", "junit-jupiter-api", "5.2.0") testCompile("org.junit.jupiter", "junit-jupiter-engine", "5.2.0") testCompile("org.junit.platform", "junit-platform-engine", "1.4.1") testCompile("org.junit.platform", "junit-platform-launcher", "1.4.1") testCompile("org.assertj", "assertj-core", "3.12.2")