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 157c3eb commit 9b509abCopy full SHA for 9b509ab
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