We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9787ecc commit 1281eb7Copy full SHA for 1281eb7
build.gradle
@@ -43,7 +43,7 @@ dependencies {
43
testImplementation 'org.junit.jupiter:junit-jupiter-api:5.11.4'
44
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.4'
45
46
- testImplementation("org.assertj:assertj-core:3.27.2")
+ testImplementation("org.assertj:assertj-core:3.27.3")
47
}
48
49
test {
0 commit comments