Skip to content

Commit

Permalink
Bump org.junit.* dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gesellix committed Nov 30, 2023
1 parent ae22495 commit 504b14e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,8 @@ val dependencyVersions = listOf(
)

val dependencyGroupVersions = mapOf(
"org.junit.jupiter" to "5.10.0",
"org.junit.platform" to "1.10.0",
"org.junit.jupiter" to "5.10.1",
"org.junit.platform" to "1.10.1",
)

configurations.all {
Expand Down

0 comments on commit 504b14e

Please sign in to comment.