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 b99bb25 commit 6938ca1Copy full SHA for 6938ca1
build.gradle
@@ -61,7 +61,7 @@ dependencies {
61
testImplementation platform('org.junit:junit-bom:5.13.4'),
62
'org.junit.jupiter:junit-jupiter',
63
'org.junit.jupiter:junit-jupiter-engine',
64
- 'org.assertj:assertj-core:3.27.3'
+ 'org.assertj:assertj-core:3.27.4'
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