We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents fada224 + f10b05d commit 25d7ef7Copy full SHA for 25d7ef7
1 file changed
build.gradle
@@ -62,7 +62,7 @@ dependencies {
62
testImplementation platform('org.junit:junit-bom:6.0.2'),
63
'org.junit.jupiter:junit-jupiter',
64
'org.junit.jupiter:junit-jupiter-engine',
65
- 'org.assertj:assertj-core:3.27.6'
+ 'org.assertj:assertj-core:3.27.7'
66
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
67
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
68
}
0 commit comments