We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e917f28 commit ec3358eCopy full SHA for ec3358e
build.gradle.kts
@@ -155,7 +155,7 @@ dependencies {
155
testImplementation("org.axonframework:axon-messaging:${properties("axonVersion")}")
156
testImplementation("org.axonframework:axon-eventsourcing:${properties("axonVersion")}")
157
testImplementation("org.axonframework:axon-configuration:${properties("axonVersion")}")
158
- testImplementation("org.assertj:assertj-core:3.25.2")
+ testImplementation("org.assertj:assertj-core:3.27.0")
159
}
160
161
// Configure project's dependencies
0 commit comments