Skip to content

Commit

Permalink
Merge pull request #281 from AxonFramework/dependabot/gradle/org.asse…
Browse files Browse the repository at this point in the history
…rtj-assertj-core-3.25.2

Bump org.assertj:assertj-core from 3.24.2 to 3.25.2
  • Loading branch information
CodeDrivenMitch authored Oct 2, 2024
2 parents 58aff04 + 73b12f7 commit 204441d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ dependencies {
testImplementation("org.axonframework:axon-messaging:${properties("axonVersion")}")
testImplementation("org.axonframework:axon-eventsourcing:${properties("axonVersion")}")
testImplementation("org.axonframework:axon-configuration:${properties("axonVersion")}")
testImplementation("org.assertj:assertj-core:3.24.2")
testImplementation("org.assertj:assertj-core:3.25.2")
}

// Configure project's dependencies
Expand Down

0 comments on commit 204441d

Please sign in to comment.