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