We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5208bb commit 97fb9ffCopy full SHA for 97fb9ff
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.6"
55
testImplementation "org.apache.commons:commons-text:1.10.0"
56
testImplementation files(createClasspathManifest)
57
}
0 commit comments