Skip to content

Commit

Permalink
Bump mockito-core from 3.1.0 to 3.8.0
Browse files Browse the repository at this point in the history
Bumps [mockito-core](https://github.com/mockito/mockito) from 3.1.0 to 3.8.0.
- [Release notes](https://github.com/mockito/mockito/releases)
- [Commits](mockito/mockito@v3.1.0...v3.8.0)

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 17, 2021
1 parent 10872f1 commit 056d465
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion synapse-aws-auth/build.gradle
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"

Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-kinesis/build.gradle
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"

Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-sqs/build.gradle
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"

Expand Down
2 changes: 1 addition & 1 deletion synapse-compaction-aws-s3/build.gradle
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
testImplementation "commons-io:commons-io:2.8.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion synapse-edison/build.gradle
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation 'junit:junit:4.12'
testImplementation 'org.hamcrest:hamcrest-all:1.3'
testImplementation "de.otto.edison:edison-testsupport:${edisonVersion}"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-producer/build.gradle
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.12'
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:3.1.1"
Expand Down
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.12'
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:3.1.1"
Expand Down
Expand Up @@ -35,7 +35,7 @@ dependencies {
implementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.12'
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:3.1.1"
Expand Down
2 changes: 1 addition & 1 deletion synapse-kafka/build.gradle
Expand Up @@ -14,7 +14,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"

Expand Down
2 changes: 1 addition & 1 deletion synapse-redis/build.gradle
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
}
Expand Down
2 changes: 1 addition & 1 deletion synapse-testsupport/build.gradle
Expand Up @@ -24,7 +24,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.5.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:3.1.1"
testImplementation "org.mockito:mockito-core:3.1.0"
testImplementation "org.mockito:mockito-core:3.8.0"
testImplementation "ch.qos.logback:logback-core:1.2.3"
testImplementation "ch.qos.logback:logback-classic:1.2.3"
}
Expand Down

0 comments on commit 056d465

Please sign in to comment.