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 97dbccf commit bcb7b30Copy full SHA for bcb7b30
build.gradle
@@ -26,7 +26,7 @@ dependencies {
26
27
implementation 'org.assertj:assertj-core:3.25.3'
28
implementation 'org.apiguardian:apiguardian-api:1.1.2' // https://github.com/exercism/java-test-runner/issues/79
29
- implementation platform('org.junit:junit-bom:5.11.3')
+ implementation platform('org.junit:junit-bom:5.12.0')
30
implementation 'org.junit.jupiter:junit-jupiter'
31
implementation 'org.junit.platform:junit-platform-launcher'
32
runtimeOnly 'org.junit.jupiter:junit-jupiter-engine'
0 commit comments