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 89b1448 commit 1077a32Copy full SHA for 1077a32
build.gradle
@@ -10,7 +10,7 @@ dependencies {
10
testImplementation("org.assertj:assertj-db:" + project.getProperty('assertjDbVersion'))
11
testImplementation('junit:junit:4.13.2')
12
13
- testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.1")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.12.2")
14
testImplementation("org.junit.jupiter:junit-jupiter-params")
15
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
16
}
0 commit comments