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 1533986 commit 844b475Copy full SHA for 844b475
build.gradle
@@ -56,8 +56,8 @@ dependencies {
56
exclude group: 'org.xmlunit', module: 'xmlunit-core'
57
exclude group: 'jakarta.xml.bind'
58
}
59
- testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0-RC1'
60
- testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0-RC1'
+ testImplementation 'org.junit.jupiter:junit-jupiter-params:5.11.0'
+ testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.11.0'
61
62
63
application {
0 commit comments