Skip to content

Commit

Permalink
Merge pull request #1600 from dimagi/dependabot/gradle/org.mockito.ko…
Browse files Browse the repository at this point in the history
…tlin-mockito-kotlin-5.4.0

build(deps): bump org.mockito.kotlin:mockito-kotlin from 5.3.1 to 5.4.0
  • Loading branch information
shubham1g5 authored Jul 9, 2024
2 parents 181042a + 93556ab commit 918172b
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 @@ -138,7 +138,7 @@ dependencies {
testImplementation group: 'org.mockito', name: 'mockito-junit-jupiter'
testImplementation group: 'org.mockito', name: 'mockito-core'
testImplementation group: 'org.mockito', name: 'mockito-inline'
testImplementation "org.mockito.kotlin:mockito-kotlin:5.3.1"
testImplementation "org.mockito.kotlin:mockito-kotlin:5.4.0"
testRuntimeOnly group: 'org.skyscreamer', name: 'jsonassert'
developmentOnly group: 'org.springframework.boot', name: 'spring-boot-devtools'
}
Expand Down

0 comments on commit 918172b

Please sign in to comment.