Skip to content

Commit

Permalink
Update dependency org.junit:junit-bom to v5.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 14, 2024
1 parent 0773550 commit ebf8070
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-logic/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ dependencies {
implementation("org.jetbrains.intellij.plugins:gradle-intellij-plugin:1.17.4")
implementation("org.jetbrains.kotlin:kotlin-gradle-plugin:1.6.21")

testImplementation(platform("org.junit:junit-bom:5.10.3"))
testImplementation(platform("org.junit:junit-bom:5.11.0"))
testImplementation("org.junit.jupiter:junit-jupiter")
testImplementation("io.strikt:strikt-core:0.34.1")
}
Expand Down

0 comments on commit ebf8070

Please sign in to comment.