Skip to content

Commit

Permalink
chore: bump mockito to 4.3.1 and switch to the bom (#533)
Browse files Browse the repository at this point in the history
  • Loading branch information
iProdigy committed Feb 10, 2022
1 parent 6b0f474 commit 2542ef2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 1 addition & 2 deletions build.gradle.kts
Expand Up @@ -138,8 +138,7 @@ subprojects {
testImplementation(platform("org.junit:junit-bom:5.8.2"))
testImplementation(group = "org.junit.jupiter", name = "junit-jupiter")
// - Mocking
testImplementation(group = "org.mockito", name = "mockito-core", version = "4.2.0")
testImplementation(group = "org.mockito", name = "mockito-junit-jupiter", version = "4.2.0")
testImplementation(platform("org.mockito:mockito-bom:4.3.1"))
// - Await
testImplementation(group = "org.awaitility", name = "awaitility", version = "4.1.1")
// - Logging
Expand Down
4 changes: 4 additions & 0 deletions chat/build.gradle.kts
Expand Up @@ -12,6 +12,10 @@ dependencies {
// Twitch4J Modules
api(project(":twitch4j-common"))
api(project(":twitch4j-auth"))

// Mocking
testImplementation(group = "org.mockito", name = "mockito-core")
testImplementation(group = "org.mockito", name = "mockito-junit-jupiter")
}

tasks.javadoc {
Expand Down

0 comments on commit 2542ef2

Please sign in to comment.