Skip to content

Commit

Permalink
chore(deps): drop mockito (#961)
Browse files Browse the repository at this point in the history
  • Loading branch information
DanySK authored Jan 10, 2025
1 parent 9b9e4e9 commit 9df250b
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ kotlin = "2.1.0"
kotest = "5.9.1"
ktlint = "1.5.0"
ktlint-plugin = "12.1.2"
mockito = "5.15.2"
pmd = "7.9.0"
testkit = "0.9.0"

Expand All @@ -22,12 +21,11 @@ kotest-assertions-core-jvm = { module = "io.kotest:kotest-assertions-core-jvm",
kotlin-gradle-plugin-api = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
ktlint-tool = { module = "com.pinterest.ktlint:ktlint-bom", version.ref = "ktlint" }
ktlint-gradle = { module = "org.jlleitschuh.gradle:ktlint-gradle", version.ref = "ktlint-plugin" }
mockito-core = { module = "org.mockito:mockito-core", version.ref = "mockito" }
pmd-kotlin = { module = "net.sourceforge.pmd:pmd-kotlin", version.ref = "pmd" }
testkit = { module = "io.github.mirko-felice.testkit:core", version.ref = "testkit" }

[bundles]
kotlin-testing = [ "kotest-junit5-jvm", "kotest-assertions-core-jvm", "mockito-core" ]
kotlin-testing = [ "kotest-junit5-jvm", "kotest-assertions-core-jvm" ]
detekt = [ "detekt-formatting", "detekt-gradle" ]
kotlin-qa = [ "cpd-gradle", "detekt-formatting", "detekt-gradle", "ktlint-gradle" ]

Expand Down

0 comments on commit 9df250b

Please sign in to comment.