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 2ab0556 commit 234b91dCopy full SHA for 234b91d
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.13.0")
+ testImplementation("org.junit.jupiter:junit-jupiter-api:5.13.1")
14
testImplementation("org.junit.jupiter:junit-jupiter-params")
15
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine")
16
}
0 commit comments