We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7179757 commit de1b12bCopy full SHA for de1b12b
exposed-migration/build.gradle.kts
@@ -11,7 +11,7 @@ repositories {
11
dependencies {
12
api(project(":exposed-core"))
13
14
- testImplementation(platform("org.junit:junit-bom:5.11.4"))
+ testImplementation(platform("org.junit:junit-bom:5.12.0"))
15
testImplementation("org.junit.jupiter:junit-jupiter")
16
}
17
0 commit comments