Skip to content

Commit

Permalink
Merge pull request #3917 from RPTools/dependabot/gradle/develop/org.m…
Browse files Browse the repository at this point in the history
…ockito-mockito-core-5.3.0
  • Loading branch information
cwisniew committed Apr 15, 2023
2 parents e561f8f + e328098 commit 848284f
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 @@ -419,7 +419,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.8.2'

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

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

0 comments on commit 848284f

Please sign in to comment.