Skip to content

Commit

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

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Jan 4, 2021
1 parent c0a83c9 commit 1e06990
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.18'

jarFileTestCompile 'org.assertj:assertj-core:3.18.1'
jarFileTestCompile 'junit:junit:4.13'
jarFileTestCompile 'junit:junit:4.13.1'
}

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.18'

testCompile 'junit:junit:4.13'
testCompile 'junit:junit:4.13.1'
testCompile 'org.assertj:assertj-core:3.18.1'

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

0 comments on commit 1e06990

Please sign in to comment.