Skip to content

Commit

Permalink
Bump junit from 4.12 to 4.13 (#88)
Browse files Browse the repository at this point in the history
Bumps [junit](https://github.com/junit-team/junit4) from 4.12 to 4.13.
- [Release notes](https://github.com/junit-team/junit4/releases)
- [Changelog](https://github.com/junit-team/junit4/blob/master/doc/ReleaseNotes4.12.md)
- [Commits](junit-team/junit4@r4.12...r4.13)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] committed Feb 26, 2020
1 parent 0a3d0b0 commit c262b42
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion agent/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ dependencies {
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.5'

jarFileTestCompile 'org.assertj:assertj-core:3.12.2'
jarFileTestCompile 'junit:junit:4.12'
jarFileTestCompile 'junit:junit:4.13'
}

task sourcesJar(type: Jar) {
Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ dependencies {
testCompile 'io.projectreactor:reactor-core:3.2.2.RELEASE'
testCompile 'io.reactivex.rxjava2:rxjava:2.2.5'

testCompile 'junit:junit:4.12'
testCompile 'junit:junit:4.13'
testCompile 'org.assertj:assertj-core:3.14.0'

reactor_3_3_x 'io.projectreactor:reactor-core:3.3.0.RC1'
Expand Down

0 comments on commit c262b42

Please sign in to comment.