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.
2 parents 826484f + 845a603 commit 4272882Copy full SHA for 4272882
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.24.2'
+ 'org.assertj:assertj-core:3.25.1'
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