Skip to content

Commit

Permalink
Merge pull request #57 from aws/dependabot/gradle/develop/org.mockito…
Browse files Browse the repository at this point in the history
…-mockito-core-4.1.0

Bump mockito-core from 4.0.0 to 4.1.0
  • Loading branch information
lyndonbauto authored Nov 22, 2021
2 parents 52846b3 + 9733359 commit cddbbd6
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 @@ -262,7 +262,7 @@ dependencies {
testImplementation group: 'junit', name: 'junit', version: '4.13.2'
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-api', version: jupiterVersion
testImplementation group: 'org.junit.jupiter', name: 'junit-jupiter-engine', version: jupiterVersion
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.0.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '4.1.0'
testImplementation group: 'com.massisframework', name: 'j-text-utils', version: '0.3.4'
testImplementation group: 'org.neo4j.test', name: 'neo4j-harness', version: neo4jDBVersion
testImplementation group: 'org.neo4j.community', name: 'it-test-support', version: neo4jDBVersion
Expand Down

0 comments on commit cddbbd6

Please sign in to comment.