Skip to content

Commit c9761bd

Browse files
dependabot-preview[bot]ketan
authored andcommitted
Bump junit from 4.11 to 4.12
Bumps [junit](https://github.com/junit-team/junit) from 4.11 to 4.12. - [Release notes](https://github.com/junit-team/junit/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.11...r4.12) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 9e6d269 commit c9761bd

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
@@ -32,7 +32,7 @@ dependencies {
3232
compileOnly group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginDesc.goCdVersion
3333
testCompile group: 'cd.go.plugin', name: 'go-plugin-api', version: project.pluginDesc.goCdVersion
3434

35-
testCompile group: 'junit', name: 'junit', version: '4.11'
35+
testCompile group: 'junit', name: 'junit', version: '4.12'
3636
testCompile group: 'org.mockito', name: 'mockito-core', version: '3.0.0'
3737
testCompile group: 'org.hamcrest', name: 'hamcrest-core', version: '1.3'
3838
}

0 commit comments

Comments
 (0)