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 29dfe50 commit 5091b5cCopy full SHA for 5091b5c
build.gradle
@@ -44,7 +44,7 @@ dependencies {
44
testImplementation platform('org.junit:junit-bom:5.10.2'),
45
'org.junit.jupiter:junit-jupiter',
46
'org.junit.jupiter:junit-jupiter-engine',
47
- 'org.assertj:assertj-core:3.25.3'
+ 'org.assertj:assertj-core:3.26.0'
48
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
49
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
50
}
0 commit comments