We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5208bb commit 1baf8c1Copy full SHA for 1baf8c1
build.gradle
@@ -51,7 +51,7 @@ dependencies {
51
testImplementation 'org.junit.jupiter:junit-jupiter'
52
testImplementation 'org.junit.jupiter:junit-jupiter-engine'
53
testImplementation 'org.junit.jupiter:junit-jupiter-params'
54
- testImplementation "org.assertj:assertj-core:3.24.2"
+ testImplementation "org.assertj:assertj-core:3.27.5"
55
testImplementation "org.apache.commons:commons-text:1.10.0"
56
testImplementation files(createClasspathManifest)
57
}
0 commit comments