Skip to content

Commit

Permalink
Bump org.assertj:assertj-core from 3.25.2 to 3.25.3
Browse files Browse the repository at this point in the history
Bumps [org.assertj:assertj-core](https://github.com/assertj/assertj) from 3.25.2 to 3.25.3.
- [Release notes](https://github.com/assertj/assertj/releases)
- [Commits](assertj/assertj@assertj-build-3.25.2...assertj-build-3.25.3)

---
updated-dependencies:
- dependency-name: org.assertj:assertj-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Feb 5, 2024
1 parent 5581929 commit 9d669be
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 @@ -68,7 +68,7 @@ dependencies {
compileOnly 'io.projectreactor:reactor-core:3.2.5.RELEASE'
compileOnly 'io.reactivex.rxjava2:rxjava:2.2.18'

jarFileTestImplementation 'org.assertj:assertj-core:3.25.2'
jarFileTestImplementation 'org.assertj:assertj-core:3.25.3'
jarFileTestImplementation 'junit:junit:4.13.2'
}

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 {
testImplementation 'io.reactivex.rxjava2:rxjava:2.2.18'

testImplementation 'junit:junit:4.13.2'
testImplementation 'org.assertj:assertj-core:3.25.2'
testImplementation 'org.assertj:assertj-core:3.25.3'

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

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

testImplementation 'org.assertj:assertj-core:3.25.2'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'io.projectreactor:reactor-core:3.2.5.RELEASE'

testImplementation 'org.junit.jupiter:junit-jupiter-api:5.10.1'
Expand Down

0 comments on commit 9d669be

Please sign in to comment.