Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 6, 2025
1 parent f7973aa commit 549aab0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/r2dbc/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ dependencies {
api project(':testcontainers')
api 'io.r2dbc:r2dbc-spi:0.9.0.RELEASE'

testImplementation 'org.assertj:assertj-core:3.26.3'
testImplementation 'org.assertj:assertj-core:3.27.2'
testImplementation 'io.r2dbc:r2dbc-postgresql:0.8.13.RELEASE'
testImplementation project(':postgresql')

testFixturesImplementation 'io.projectreactor:reactor-core:3.6.10'
testFixturesImplementation 'org.assertj:assertj-core:3.26.3'
testFixturesImplementation 'org.assertj:assertj-core:3.27.2'
}

0 comments on commit 549aab0

Please sign in to comment.