Skip to content

Commit

Permalink
Bump junit from 4.12 to 4.13 (projectlombok#723)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot-preview[bot] authored and mplushnikov committed Jan 2, 2020
1 parent f8a94c0 commit 608dd81
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ configurations {
dependencies {
lombok group: 'org.projectlombok', name: 'lombok', version: '1.18.10', classifier: 'sources', ext: 'jar'

testImplementation("junit:junit:4.12")
testImplementation("junit:junit:4.13")
testImplementation("org.mockito:mockito-core:3.2.4")
testRuntimeOnly("org.junit.vintage:junit-vintage-engine:5.5.2")
}
Expand Down

0 comments on commit 608dd81

Please sign in to comment.