Skip to content

Commit

Permalink
Upgrade to Mockito 5.14.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrannen committed Oct 4, 2024
1 parent d957d01 commit d89983d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion framework-platform/framework-platform.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ dependencies {
api(platform("org.jetbrains.kotlinx:kotlinx-coroutines-bom:1.8.1"))
api(platform("org.jetbrains.kotlinx:kotlinx-serialization-bom:1.6.3"))
api(platform("org.junit:junit-bom:5.11.2"))
api(platform("org.mockito:mockito-bom:5.13.0"))
api(platform("org.mockito:mockito-bom:5.14.1"))

constraints {
api("com.fasterxml:aalto-xml:1.3.2")
Expand Down

0 comments on commit d89983d

Please sign in to comment.