Skip to content
This repository has been archived by the owner on Feb 3, 2024. It is now read-only.

Commit

Permalink
chore(deps): update dependency org.mockito:mockito-core to v3.8.0 (#3192
Browse files Browse the repository at this point in the history
)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
renovate[bot] and renovate-bot committed Feb 22, 2021
1 parent f0dcf69 commit e040560
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion core/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dependencies {
api("org.slf4j:slf4j-api:$slf4jVersion")

testImplementation("org.slf4j:slf4j-jdk14:$slf4jVersion")
testImplementation("org.mockito:mockito-core:3.7.7")
testImplementation("org.mockito:mockito-core:3.8.0")

testFixturesApi("org.junit.jupiter:junit-jupiter-api:$junitVersion")
testFixturesImplementation("com.h2database:h2:$h2Version")
Expand Down
2 changes: 1 addition & 1 deletion platform/sponge/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ dependencies {
implementation("org.apache.logging.log4j:log4j-slf4j-impl:2.13.3") { isTransitive = false }

testImplementation("org.slf4j:slf4j-jdk14:$slf4jVersion")
testImplementation("org.mockito:mockito-core:3.7.7")
testImplementation("org.mockito:mockito-core:3.8.0")

spongeRunClasspath(project(project.path, configuration = "shadow"))
spongeRunClasspath("org.spongepowered:spongevanilla:1.16.5-8.0.0-RC+:universal") { isTransitive = false }
Expand Down
2 changes: 1 addition & 1 deletion platform/sponge7/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ dependencies {
testImplementation(kapt(shadow("org.spongepowered:spongeapi:7.3.0")!!)!!)

testImplementation("org.slf4j:slf4j-jdk14:$slf4jVersion")
testImplementation("org.mockito:mockito-core:3.7.7")
testImplementation("org.mockito:mockito-core:3.8.0")

spongeRunClasspath("org.spongepowered:spongevanilla:1.12.2-7.3.0") { isTransitive = false }
}
Expand Down

0 comments on commit e040560

Please sign in to comment.