Skip to content

Commit

Permalink
chore(deps): update dependency org.junit:junit-bom to v5.9.0 (#612)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 28, 2022
1 parent 76a42fa commit aba86a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -132,7 +132,7 @@ subprojects {
api(platform("com.fasterxml.jackson:jackson-bom:2.13.3"))

// Test
testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation(platform("org.junit:junit-bom:5.9.0"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:4.6.1"))
Expand Down

0 comments on commit aba86a4

Please sign in to comment.