Skip to content

Commit 103e651

Browse files
Bump org.assertj:assertj-core from 3.27.3 to 3.27.4 (#521)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.3 to 3.27.4. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.3...assertj-build-3.27.4) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 52bcaa4 commit 103e651

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

agent/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ dependencies {
6868
compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
6969
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'
7070

71-
jarFileTestImplementation 'org.assertj:assertj-core:3.27.3'
71+
jarFileTestImplementation 'org.assertj:assertj-core:3.27.4'
7272
jarFileTestImplementation 'junit:junit:4.13.2'
7373
}
7474

example/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ dependencies {
4646
testImplementation 'io.reactivex.rxjava2:rxjava:2.2.18'
4747

4848
testImplementation 'junit:junit:4.13.2'
49-
testImplementation 'org.assertj:assertj-core:3.27.3'
49+
testImplementation 'org.assertj:assertj-core:3.27.4'
5050

5151
reactor_3_3_x 'io.projectreactor:reactor-core:3.2.5.RELEASE'
5252
}

junit-platform/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ dependencies {
2929

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

32-
testImplementation 'org.assertj:assertj-core:3.27.3'
32+
testImplementation 'org.assertj:assertj-core:3.27.4'
3333
testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE'
3434

3535
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.13.4'

0 commit comments

Comments
 (0)