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 32e3a8f commit ca8a515Copy full SHA for ca8a515
build.gradle
@@ -30,7 +30,7 @@ dependencies {
30
testImplementation platform('org.junit:junit-bom:5.10.1'),
31
'org.junit.jupiter:junit-jupiter',
32
'org.junit.jupiter:junit-jupiter-engine',
33
- 'org.assertj:assertj-core:3.25.1'
+ 'org.assertj:assertj-core:3.25.3'
34
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
35
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
36
}
0 commit comments