Skip to content

Commit

Permalink
Unpin Mockito from 4.+
Browse files Browse the repository at this point in the history
Closes gh-279
  • Loading branch information
jonatan-ivanov committed Jun 8, 2023
1 parent 01e6aa1 commit 7cf693f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ def VERSIONS = [
// test
'org.assertj:assertj-core:latest.release',
'org.awaitility:awaitility:latest.release',
'org.mockito:mockito-core:4.+',
'org.mockito:mockito-inline:4.+',
'org.mockito:mockito-junit-jupiter:4.+',
'org.mockito:mockito-core:latest.release',
'org.mockito:mockito-inline:latest.release',
'org.mockito:mockito-junit-jupiter:latest.release',
'com.github.tomakehurst:wiremock-jre8-standalone:latest.release',
'org.testcontainers:testcontainers:latest.release',
'org.testcontainers:junit-jupiter:latest.release'
Expand Down

0 comments on commit 7cf693f

Please sign in to comment.