Skip to content

Commit e2aeb90

Browse files
Bump junit from 4.12 to 4.13 (#4)
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13) Signed-off-by: dependabot-preview[bot] <support@dependabot.com> Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
1 parent 129cb77 commit e2aeb90

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
@@ -2,7 +2,7 @@ buildscript {
22
ext {
33
versions = [:]
44
versions.guava = '13.0.1'
5-
versions.junit = '4.12'
5+
versions.junit = '4.13'
66
versions.kotlin = '1.3.21'
77
versions.lint = '22.2.0'
88
versions.mockito = '1.9.5'

0 commit comments

Comments
 (0)