Skip to content

Commit

Permalink
Bump junit dependency enforcement
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Aug 18, 2024
1 parent faf3da1 commit f59f8d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ val dependencyVersions = listOf(
)

val dependencyVersionsByGroup = mapOf(
"org.junit.platform" to "1.10.3",
"org.junit.platform" to "1.11.0",
)

subprojects {
Expand Down

0 comments on commit f59f8d4

Please sign in to comment.