Skip to content

Commit

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

Bump org.mockito:mockito-core from 5.3.0 to 5.4.0
  • Loading branch information
cwisniew authored Jun 23, 2023
2 parents 97a418f + 91b05ab commit 86fa862
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 @@ -449,7 +449,7 @@ dependencies {
testRuntimeOnly 'org.junit.jupiter:junit-jupiter-engine:5.9.3'

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

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

0 comments on commit 86fa862

Please sign in to comment.