Skip to content

Commit

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

---
updated-dependencies:
- dependency-name: org.mockito:mockito-core
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and MediaMarco committed Oct 26, 2022
1 parent f7e3e4c commit 44c6f63
Show file tree
Hide file tree
Showing 9 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion synapse-aws-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"

Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-kinesis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"

Expand Down
2 changes: 1 addition & 1 deletion synapse-aws-sqs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"

Expand Down
2 changes: 1 addition & 1 deletion synapse-compaction-aws-s3/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"
testImplementation "commons-io:commons-io:2.11.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"
}
Expand Down
2 changes: 1 addition & 1 deletion synapse-edison/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,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:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"
}
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-producer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {
implementation project(':synapse-testsupport:')

testImplementation 'junit:junit:4.13.2'
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.2.0"
Expand Down
2 changes: 1 addition & 1 deletion synapse-redis/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"
}
Expand Down
2 changes: 1 addition & 1 deletion synapse-testsupport/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies {
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.8.0"
testImplementation "org.mockito:mockito-core:4.8.1"
testImplementation "ch.qos.logback:logback-core:${logbackVersion}"
testImplementation "ch.qos.logback:logback-classic:${logbackVersion}"
}
Expand Down

0 comments on commit 44c6f63

Please sign in to comment.