Skip to content

Commit

Permalink
Update dependency io.github.netmikey.logunit:logunit-core to v2 (#1430)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jun 5, 2023
1 parent 8065d56 commit 9a2728b
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 @@ -243,7 +243,7 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation group: 'org.mockito', name: 'mockito-inline', version: '5.2.0'
testImplementation group: 'io.github.netmikey.logunit', name: 'logunit-core', version: '1.1.3'
testImplementation group: 'io.github.netmikey.logunit', name: 'logunit-core', version: '2.0.0'
testImplementation group: 'com.github.hmcts', name: 'fortify-client', version: '1.3.0', classifier: 'all'
testRuntimeOnly group: 'io.github.netmikey.logunit', name: 'logunit-logback', version: '1.1.3'

Expand Down

0 comments on commit 9a2728b

Please sign in to comment.