Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Nov 2, 2023
1 parent 12e1950 commit c0dab0a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter/designspace/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ dependencies {

testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation "org.mockito:mockito-core:5.6.0"
testImplementation "org.mockito:mockito-core:5.7.0"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion adapter/golang/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {

testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation "org.mockito:mockito-core:5.6.0"
testImplementation "org.mockito:mockito-core:5.7.0"
}

test {
Expand Down
2 changes: 1 addition & 1 deletion cli/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {

testImplementation platform('org.junit:junit-bom:5.10.0')
testImplementation 'org.junit.jupiter:junit-jupiter'
testImplementation "org.mockito:mockito-core:5.6.0"
testImplementation "org.mockito:mockito-core:5.7.0"
}

ospackage {
Expand Down

0 comments on commit c0dab0a

Please sign in to comment.