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 868a01e + 915790a commit 840fd2dCopy full SHA for 840fd2d
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.12.2"))
+ testImplementation(platform("org.junit:junit-bom:5.13.0"))
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