Skip to content

Commit

Permalink
Bump junit-vintage-engine from 5.4.0 to 5.4.1 (#4772)
Browse files Browse the repository at this point in the history
Bumps [junit-vintage-engine](https://github.com/junit-team/junit5) from 5.4.0 to 5.4.1.
- [Release notes](https://github.com/junit-team/junit5/releases)
- [Commits](junit-team/junit5@r5.4.0...r5.4.1)

Signed-off-by: dependabot[bot] <support@dependabot.com>
  • Loading branch information
dependabot[bot] authored and tobiasdiez committed Mar 18, 2019
1 parent 6524599 commit d64494e
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 @@ -162,7 +162,7 @@ dependencies {
compile group: 'com.microsoft.azure', name: 'applicationinsights-logging-log4j2', version: '2.3.1'

testImplementation 'org.junit.jupiter:junit-jupiter:5.4.0'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.0'
testRuntimeOnly 'org.junit.vintage:junit-vintage-engine:5.4.1'
testCompile 'org.junit.platform:junit-platform-launcher:1.4.0'

testRuntime 'org.apache.logging.log4j:log4j-core:2.11.1'
Expand Down

0 comments on commit d64494e

Please sign in to comment.