Skip to content

Commit

Permalink
Merge pull request #184 from Interactions-HSG/dependabot/gradle/org.m…
Browse files Browse the repository at this point in the history
…ockito-mockito-core-5.13.0

Bump org.mockito:mockito-core from 5.12.0 to 5.13.0
  • Loading branch information
danaivach authored Aug 29, 2024
2 parents e58bbc5 + f778294 commit fe2ae1c
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
@@ -34,7 +34,7 @@ dependencies {
// Use JUnit test framework
testImplementation 'junit:junit:4.13.2'
// https://mvnrepository.com/artifact/org.mockito/mockito-core
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.12.0'
testImplementation group: 'org.mockito', name: 'mockito-core', version: '5.13.0'
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'

runtimeOnly 'org.slf4j:slf4j-log4j12:2.0.16'

0 comments on commit fe2ae1c

Please sign in to comment.