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