Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 6270aa2

Browse files
renovate[bot]DanySK
authored andcommittedFeb 27, 2025·
chore(deps): update junit5 monorepo to v5.12.0
1 parent 7857de5 commit 6270aa2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎04-junit/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ repositories {
1010

1111
dependencies {
1212
implementation("org.scala-lang:scala3-library_3:3.6.3")
13-
val junitVersion = "5.11.4"
13+
val junitVersion = "5.12.0"
1414
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
1515
testRuntimeOnly("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
1616
}

0 commit comments

Comments
 (0)
Please sign in to comment.