Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.0 (#1746)
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] authored and oxisto committed Oct 1, 2024
1 parent ac0ee4a commit 555aba4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ antlr-runtime = { module = "org.antlr:antlr4-runtime", version = "4.8-1" } # we

# test
junit-params = { module = "org.junit.jupiter:junit-jupiter-params", version = "5.11.0"}
mockito = { module = "org.mockito:mockito-core", version = "5.13.0"}
mockito = { module = "org.mockito:mockito-core", version = "5.14.0"}

# plugins needed for build.gradle.kts in buildSrc
kotlin-gradle = { module = "org.jetbrains.kotlin:kotlin-gradle-plugin", version.ref = "kotlin" }
Expand Down

0 comments on commit 555aba4

Please sign in to comment.