Skip to content

Commit

Permalink
build(deps): bump mockito-junit-jupiter from 4.7.0 to 4.8.0 (#43)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Sep 8, 2022
1 parent d08b3fb commit 4a5ff75
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 @@ -28,7 +28,7 @@ dependencies {
testImplementation("org.slf4j:slf4j-simple:2.0.0")
testImplementation("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testImplementation("org.junit.jupiter:junit-jupiter-engine:$junitVersion")
testImplementation("org.mockito:mockito-junit-jupiter:4.7.0")
testImplementation("org.mockito:mockito-junit-jupiter:4.8.0")
testImplementation("com.velocitypowered:velocity-api:$velocityVersion")
testAnnotationProcessor("com.velocitypowered:velocity-api:$velocityVersion")
}
Expand Down

0 comments on commit 4a5ff75

Please sign in to comment.