Skip to content

Commit

Permalink
Update dependency org.mockito:mockito-core to v5.14.0 (#466)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: yogesh-hullatti <53007108+yogesh-hullatti@users.noreply.github.com>
  • Loading branch information
renovate[bot] and yogesh-hullatti authored Sep 30, 2024
1 parent bb5b45e commit 3f8c8ab
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 @@ -167,7 +167,7 @@ dependencies {
implementation group: 'org.springframework.cloud', name: 'spring-cloud-starter-bootstrap', version: '4.1.4'

testImplementation group: 'com.github.tomakehurst', name:'wiremock-jre8', version: '3.0.1'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.14.0'

testImplementation group: 'org.springframework.cloud', name: 'spring-cloud-contract-wiremock', version: '4.1.0'
implementation group: 'junit', name: 'junit', version: '4.13.2'
Expand Down

0 comments on commit 3f8c8ab

Please sign in to comment.