Skip to content

Commit

Permalink
Upgrade to Mockito 4.6.1
Browse files Browse the repository at this point in the history
Closes gh-840
  • Loading branch information
wilkinsona committed Jul 18, 2022
1 parent cbfec7f commit 3a87d5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spring-restdocs-platform/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
api("org.javamoney:moneta:1.4.2")
api("org.jruby:jruby-complete:9.1.13.0")
api("org.junit.jupiter:junit-jupiter-api:5.0.0")
api("org.mockito:mockito-core:4.2.0")
api("org.mockito:mockito-core:4.6.1")
}
api(enforcedPlatform("com.fasterxml.jackson:jackson-bom:2.13.3"))
api(enforcedPlatform("org.springframework:spring-framework-bom:$springFrameworkVersion"))
Expand Down

0 comments on commit 3a87d5f

Please sign in to comment.