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 2c513f9 commit 5ece27eCopy full SHA for 5ece27e
build.gradle
@@ -45,7 +45,7 @@ allprojects {
45
dependencies {
46
testImplementation 'org.assertj:assertj-core:3.26.3'
47
48
- testImplementation platform("org.junit:junit-bom:5.13.1")
+ testImplementation platform("org.junit:junit-bom:5.13.2")
49
testImplementation 'org.junit.jupiter:junit-jupiter-api'
50
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine'
51
testRuntimeOnly 'org.junit.platform:junit-platform-launcher'
0 commit comments