Skip to content

Commit

Permalink
chore(deps): update dependency org.junit:junit-bom to v5.9.3 (#773)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Apr 26, 2023
1 parent 4c457cd commit 6d62c0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle.kts
Expand Up @@ -121,7 +121,7 @@ subprojects {
api(platform("com.fasterxml.jackson:jackson-bom:2.15.0"))

// Test
testImplementation(platform("org.junit:junit-bom:5.9.2"))
testImplementation(platform("org.junit:junit-bom:5.9.3"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(platform("org.mockito:mockito-bom:5.3.1"))
Expand Down

0 comments on commit 6d62c0d

Please sign in to comment.