Skip to content

Commit 70f339e

Browse files
Bump org.assertj:assertj-core from 3.27.4 to 3.27.5 (#527)
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.27.4 to 3.27.5. - [Release notes](https://github.com/assertj/assertj/releases) - [Commits](assertj/assertj@assertj-build-3.27.4...assertj-build-3.27.5) --- updated-dependencies: - dependency-name: org.assertj:assertj-core dependency-version: 3.27.5 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 38e18a1 commit 70f339e

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
@@ -73,7 +73,7 @@ dependencies {
7373
compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
7474
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'
7575

76-
jarFileTestImplementation 'org.assertj:assertj-core:3.27.4'
76+
jarFileTestImplementation 'org.assertj:assertj-core:3.27.5'
7777
jarFileTestImplementation 'junit:junit:4.13.2'
7878
}
7979

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.4'
49+
testImplementation 'org.assertj:assertj-core:3.27.5'
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.4'
32+
testImplementation 'org.assertj:assertj-core:3.27.5'
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)