Skip to content

Commit

Permalink
Merge pull request #267 from globalreachtech/dependabot/gradle/org.mo…
Browse files Browse the repository at this point in the history
…ckito-mockito-junit-jupiter-5.5.0

Bump org.mockito:mockito-junit-jupiter from 5.4.0 to 5.5.0
  • Loading branch information
horaceli authored Sep 10, 2023
2 parents 7be794e + 8684be5 commit a2e7a11
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 @@ -24,7 +24,7 @@ dependencies {

testImplementation 'org.apache.logging.log4j:log4j-core:2.20.0'
testImplementation 'org.junit.jupiter:junit-jupiter:5.10.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.4.0'
testImplementation 'org.mockito:mockito-junit-jupiter:5.5.0'
testImplementation 'org.awaitility:awaitility:4.2.0'
testImplementation('net.jradius:jradius-core:1.1.5') {
transitive = false // for reference implementation of hashing utilities
Expand Down

0 comments on commit a2e7a11

Please sign in to comment.