Skip to content
This repository has been archived by the owner on Apr 22, 2022. It is now read-only.

Bump junit from 4.13 to 4.13.1 #451

Closed
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ dependencies {
runtime group: 'org.slf4j', name: 'log4j-over-slf4j', version: slf4jVersion
runtime group: 'org.slf4j', name: 'jul-to-slf4j', version: slf4jVersion

testCompile group: 'junit', name: 'junit', version: '4.13'
testCompile group: 'junit', name: 'junit', version: '4.13.1'
testCompile group: 'org.hamcrest', name: 'hamcrest-all', version: '1.3'
testCompile group: 'org.mockito', name: 'mockito-all', version: '1.10.19'
testCompile group: 'com.saucelabs', name:'sauce_junit', version: '2.1.25'
Expand Down