Skip to content

Commit

Permalink
Merge pull request #1027 from freefair/dependabot/gradle/org.assertj-…
Browse files Browse the repository at this point in the history
…assertj-core-3.25.3

Bump org.assertj:assertj-core from 3.25.1 to 3.25.3
  • Loading branch information
larsgrefer authored Feb 13, 2024
2 parents 86fb373 + c08f1a9 commit d638183
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.25.1'
testImplementation 'org.assertj:assertj-core:3.25.3'
testImplementation 'org.junit.jupiter:junit-jupiter-api'
testImplementation 'org.junit.jupiter:junit-jupiter-params'
testImplementation 'org.mockito:mockito-core:5.9.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.25.1"
api "org.assertj:assertj-core:3.25.3"
api gradleApi()
api gradleTestKit()
api 'com.squareup:javapoet:1.13.0'
Expand Down

0 comments on commit d638183

Please sign in to comment.