Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 0155660

Browse files
Bump junit from 4.12 to 4.13.2
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md) - [Commits](junit-team/junit4@r4.12...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f3eaf9 commit 0155660

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
@@ -38,7 +38,7 @@ dependencies {
3838

3939
compile 'com.googlecode.libphonenumber:libphonenumber:7.4.3'
4040

41-
testCompile 'junit:junit:4.12'
41+
testCompile 'junit:junit:4.13.2'
4242
testCompile 'org.mockito:mockito-all:1.9.5'
4343
testCompile 'org.hamcrest:hamcrest-library:1.3'
4444
}

0 commit comments

Comments
 (0)