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 157c3eb + 9b509ab commit 44e70e2Copy full SHA for 44e70e2
build.gradle
@@ -60,7 +60,7 @@ dependencies {
60
testImplementation platform('org.junit:junit-bom:5.11.4'),
61
'org.junit.jupiter:junit-jupiter',
62
'org.junit.jupiter:junit-jupiter-engine',
63
- 'org.assertj:assertj-core:3.27.2'
+ 'org.assertj:assertj-core:3.27.3'
64
testRuntimeOnly("org.junit.platform:junit-platform-launcher") {
65
because("Only needed to run tests in a version of IntelliJ IDEA that bundles older versions")
66
}
0 commit comments