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.
2 parents 840fd2d + 26640be commit 53b36baCopy full SHA for 53b36ba
build.gradle.kts
@@ -33,7 +33,7 @@ dependencies {
33
runtimeOnly("ch.qos.logback:logback-classic")
34
implementation("com.h2database:h2")
35
36
- testImplementation(platform("org.junit:junit-bom:5.13.0"))
+ testImplementation(platform("org.junit:junit-bom:5.13.1"))
37
testImplementation("org.junit.jupiter:junit-jupiter")
38
testImplementation("io.strikt:strikt-core:0.35.1")
39
testImplementation("io.micronaut.test:micronaut-test-rest-assured")
0 commit comments