Skip to content

Commit

Permalink
chore(deps): update junit5 monorepo to v5.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 25, 2024
1 parent 2183fc3 commit b3019a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 04-junit/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repositories {

dependencies {
implementation("org.scala-lang:scala3-library_3:3.5.1")
val junitVersion = "5.11.0"
val junitVersion = "5.11.1"
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
}
Expand Down

0 comments on commit b3019a0

Please sign in to comment.