Skip to content

Commit

Permalink
chore(deps): update dependency org.junit:junit-bom to v5.10.1 (#881)
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 5, 2023
1 parent acdbadd commit 31c6517
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -127,7 +127,7 @@ subprojects {
api(platform("com.fasterxml.jackson:jackson-bom:2.15.3"))

// Test
testImplementation(platform("org.junit:junit-bom:5.10.0"))
testImplementation(platform("org.junit:junit-bom:5.10.1"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:5.7.0"))
Expand Down

0 comments on commit 31c6517

Please sign in to comment.