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