We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9afd44a commit 8dcfefcCopy full SHA for 8dcfefc
build.gradle
@@ -42,7 +42,7 @@ dependencies {
42
testCompile group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: '5.3.2'
43
44
// For running JUnit tests
45
- testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.3.2'
+ testRuntime group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: '5.5.2'
46
47
// For turning InputStream to String
48
testCompile group: 'commons-io', name: 'commons-io', version: '2.6'
0 commit comments