Skip to content

Commit

Permalink
Bump assertj-core from 3.12.2 to 3.15.0 (#97)
Browse files Browse the repository at this point in the history
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.12.2 to 3.15.0.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](assertj/assertj@assertj-core-3.12.2...assertj-core-3.15.0)

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

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

Expand Down
2 changes: 1 addition & 1 deletion example/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ dependencies {
testCompile 'io.reactivex.rxjava2:rxjava:2.2.18'

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

reactor_3_3_x 'io.projectreactor:reactor-core:3.3.0.RC1'
}
2 changes: 1 addition & 1 deletion junit-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {

compileOnly 'org.junit.platform:junit-platform-launcher:1.0.0'

testCompile 'org.assertj:assertj-core:3.11.1'
testCompile 'org.assertj:assertj-core:3.15.0'
testCompile 'io.projectreactor:reactor-core:3.2.2.RELEASE'

testCompile 'org.junit.jupiter:junit-jupiter-api:5.6.0'
Expand Down

0 comments on commit 5eac3a5

Please sign in to comment.