Skip to content

Commit

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

Bump org.mockito:mockito-core from 5.7.0 to 5.8.0
  • Loading branch information
cwisniew authored Dec 7, 2023
2 parents 553a454 + ea00429 commit 2fa86fb
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 @@ -474,7 +474,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.7.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.8.0'

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

0 comments on commit 2fa86fb

Please sign in to comment.