Skip to content

Commit

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

---
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] authored Jan 6, 2025
1 parent f374a0a commit 25ca825
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ allprojects {
dependencies {
testImplementation platform("org.junit:junit-bom:5.11.4")

testImplementation 'org.assertj:assertj-core:3.27.1'
testImplementation 'org.assertj:assertj-core:3.27.2'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.mockito:mockito-core:5.15.2'
Expand Down
2 changes: 1 addition & 1 deletion test-common/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ dependencies {
api platform("org.junit:junit-bom:5.11.4")

api "org.junit.jupiter:junit-jupiter-api"
api "org.assertj:assertj-core:3.27.1"
api "org.assertj:assertj-core:3.27.2"
api gradleApi()
api gradleTestKit()
api 'com.squareup:javapoet:1.13.0'
Expand Down

0 comments on commit 25ca825

Please sign in to comment.