Skip to content

Commit d575d35

Browse files
chore(deps): bump junit:junit from 4.11 to 4.13.2
Bumps [junit:junit](https://github.com/junit-team/junit4) from 4.11 to 4.13.2. - [Release notes](https://github.com/junit-team/junit4/releases) - [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.11.md) - [Commits](junit-team/junit4@r4.11...r4.13.2) --- updated-dependencies: - dependency-name: junit:junit dependency-version: 4.13.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 14ca734 commit d575d35

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
@@ -21,7 +21,7 @@ compileTestJava {
2121
}
2222

2323
dependencies {
24-
testImplementation group: 'junit', name: 'junit', version: '4.11'
24+
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
2525
testImplementation group: 'org.skyscreamer', name: 'jsonassert', version: '1.3.0'
2626
testImplementation group: 'com.squareup.okhttp3', name: 'mockwebserver', version: '4.10.0'
2727
testImplementation group: 'org.hamcrest', name: 'hamcrest-library', version: '1.3'

0 commit comments

Comments
 (0)