Skip to content

Commit

Permalink
update mokito version
Browse files Browse the repository at this point in the history
  • Loading branch information
m1a2st committed Oct 17, 2024
1 parent 59060ae commit 1949da6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ if ( !versions.scala.contains('-') ) {
}

// mockito >= 5.5 is required for Java 21 and mockito 5.x requires at least Java 11
String mockitoVersion = "5.14.1"
String mockitoVersion = "5.14.2"

// mockito 4.x has two mocking strategies: subclass (mockito-core) and inline (mockito-inline).
// mockito 5.x has two mocking strategies: inline (mockito-core) and subclass (mockito-subclass).
Expand Down

0 comments on commit 1949da6

Please sign in to comment.