We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd2e2b3 commit a9f6e3eCopy full SHA for a9f6e3e
java-codegen/build.gradle.kts
@@ -175,7 +175,7 @@ dependencies {
175
implementation("org.commonmark", "commonmark", "0.24.0")
176
177
// EPL-2.0
178
- testImplementation(platform("org.junit:junit-bom:5.12.0"))
+ testImplementation(platform("org.junit:junit-bom:5.12.1"))
179
testImplementation("org.junit.jupiter", "junit-jupiter")
180
testRuntimeOnly("org.junit.platform", "junit-platform-launcher")
181
}
0 commit comments