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 6dff4a2 + 3de3d89 commit 10e7b9cCopy full SHA for 10e7b9c
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.3"))
+ testImplementation(platform("org.junit:junit-bom:5.13.4"))
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