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 39bee3e commit 81ed21aCopy full SHA for 81ed21a
build.gradle.kts
@@ -22,8 +22,9 @@ dependencies {
22
implementation("com.fasterxml.jackson.core:jackson-databind:2.16.1")
23
implementation("org.slf4j:slf4j-api:2.0.13")
24
25
+
26
testImplementation("org.junit.jupiter:junit-jupiter-api:5.10.2")
- testImplementation("org.junit.vintage:junit-vintage-engine:5.10.1")
27
+ testImplementation("org.junit.vintage:junit-vintage-engine:5.10.2")
28
testImplementation("org.apache.groovy:groovy:4.0.21")
29
testImplementation("org.spockframework:spock-core:2.3-groovy-4.0")
30
testImplementation("com.github.tomakehurst:wiremock-jre8:3.0.1")
0 commit comments