Skip to content

Commit

Permalink
Merge pull request #4661 from RPTools/dependabot/gradle/develop/org.m…
Browse files Browse the repository at this point in the history
…ockito-mockito-core-5.10.0

Bump org.mockito:mockito-core from 5.8.0 to 5.10.0
  • Loading branch information
cwisniew authored Jan 25, 2024
2 parents eb34a2a + 4869daa commit 7cfdcdf
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 @@ -476,7 +476,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.10.1'

// For mocking features during unit tests
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.10.0'

// flexmark markdown parsing / conversion
implementation 'com.vladsch.flexmark:flexmark-all:0.64.8'
Expand Down

0 comments on commit 7cfdcdf

Please sign in to comment.