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 84f747e commit ca7d202Copy full SHA for ca7d202
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
testImplementation platform('org.junit:junit-bom:5.13.4'),
61
'org.junit.jupiter:junit-jupiter',
62
'org.junit.jupiter:junit-jupiter-engine',
63
- 'org.assertj:assertj-core:3.27.3'
+ 'org.assertj:assertj-core:3.27.4'
64
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
65
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
66
}
0 commit comments