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 32e3a8f commit 208c927Copy full SHA for 208c927
build.gradle
@@ -27,7 +27,7 @@ repositories {
27
28
// Add dependencies to test, junit5 api (annotations) and engine (runtime)
29
dependencies {
30
- testImplementation platform('org.junit:junit-bom:5.10.1'),
+ testImplementation platform('org.junit:junit-bom:5.10.2'),
31
'org.junit.jupiter:junit-jupiter',
32
'org.junit.jupiter:junit-jupiter-engine',
33
'org.assertj:assertj-core:3.25.1'
0 commit comments