Skip to content

Commit

Permalink
Merge pull request #75 from otto-de/dependabot/gradle/org.mockito-moc…
Browse files Browse the repository at this point in the history
…kito-core-3.8.0

Bump mockito-core from 3.1.0 to 3.8.0
  • Loading branch information
MediaMarco committed Mar 19, 2021
2 parents 411f2f5 + e2d6206 commit 2126de5
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.13.2'
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.13.2'
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.13.2'
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.13.2'
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 2126de5

Please sign in to comment.