Skip to content

Commit

Permalink
Bump junit from 4.13.1 to 4.13.2
Browse files Browse the repository at this point in the history
Bumps [junit](/~https://github.com/junit-team/junit4) from 4.13.1 to 4.13.2.
- [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.1...r4.13.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
  • Loading branch information
dependabot-preview[bot] authored Mar 24, 2021
1 parent 8beff7f commit 3ffa073
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 @@ -60,7 +60,7 @@ dependencies {
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'

jarFileTestImplementation 'org.assertj:assertj-core:3.19.0'
jarFileTestImplementation 'junit:junit:4.13.1'
jarFileTestImplementation 'junit:junit:4.13.2'
}

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 {
testImplementation 'io.projectreactor:reactor-core:3.2.2.RELEASE'
testImplementation 'io.reactivex.rxjava2:rxjava:2.2.18'

testImplementation 'junit:junit:4.13.1'
testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.19.0'

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

0 comments on commit 3ffa073

Please sign in to comment.