Skip to content

Commit

Permalink
Refer to the version of Mockito from core's buildSrc/version.properti…
Browse files Browse the repository at this point in the history
…es (#630)

Signed-off-by: Craig Perkins <[email protected]>
  • Loading branch information
cwperks authored May 14, 2024
1 parent 88d414b commit afad2c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ dependencies {
implementation project(path: ":${rootProject.name}-spi", configuration: 'shadow')
implementation group: 'com.google.guava', name: 'guava', version:'32.1.3-jre'
implementation group: 'com.google.guava', name: 'failureaccess', version:'1.0.2'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.11.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: "${versions.mockito}"
javaRestTestImplementation project.sourceSets.main.runtimeClasspath
//spotless
implementation('com.google.googlejavaformat:google-java-format:1.22.0') {
Expand Down

0 comments on commit afad2c1

Please sign in to comment.