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 a4ed986 commit b77f898Copy full SHA for b77f898
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:6.0.0"))
+ testImplementation(platform("org.junit:junit-bom:6.0.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