Skip to content

Commit

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

---
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 3, 2024
1 parent 1b45a07 commit 7ea513b
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 @@ -47,7 +47,7 @@ allprojects {
dependencies {
testImplementation platform("org.junit:junit-bom:5.10.1")

testImplementation 'org.assertj:assertj-core:3.24.2'
testImplementation 'org.assertj:assertj-core:3.25.1'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.mockito:mockito-core:5.8.0'
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.10.1")

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

0 comments on commit 7ea513b

Please sign in to comment.