Skip to content

Commit 154b281

Browse files
authored
Merge pull request #140 from gocd-contrib/dependabot/gradle/junit-junit-4.13
Bump junit from 4.12 to 4.13
2 parents 4c2832d + 6717965 commit 154b281

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ dependencies {
6666
compile group: 'commons-io', name: 'commons-io', version: '2.6'
6767
compile group: 'org.freemarker', name: 'freemarker', version: '2.3.29'
6868

69-
testCompile group: 'junit', name: 'junit', version: '4.12'
69+
testCompile group: 'junit', name: 'junit', version: '4.13'
7070
testCompile group: 'org.hamcrest', name: 'hamcrest-library', version: '2.1'
7171
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.3.0'
7272
testCompile group: 'org.skyscreamer', name: 'jsonassert', version: '1.5.0'

0 commit comments

Comments
 (0)