Skip to content

Commit

Permalink
Bump awaitility from 4.1.1 to 4.2.0
Browse files Browse the repository at this point in the history
Bumps [awaitility](https://github.com/awaitility/awaitility) from 4.1.1 to 4.2.0.
- [Release notes](https://github.com/awaitility/awaitility/releases)
- [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt)
- [Commits](awaitility/awaitility@awaitility-4.1.1...awaitility-4.2.0)

---
updated-dependencies:
- dependency-name: org.awaitility:awaitility
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 4, 2022
1 parent 4f77f2a commit db77b11
Show file tree
Hide file tree
Showing 15 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion synapse-aws-auth/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "ch.qos.logback:logback-core:1.2.10"
testImplementation "ch.qos.logback:logback-classic:1.2.10"
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 @@ -15,7 +15,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "ch.qos.logback:logback-core:1.2.10"
testImplementation "ch.qos.logback:logback-classic:1.2.10"
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 @@ -14,7 +14,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-web:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "ch.qos.logback:logback-core:1.2.10"
testImplementation "ch.qos.logback:logback-classic:1.2.10"
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 @@ -18,7 +18,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "ch.qos.logback:logback-core:1.2.10"
testImplementation "ch.qos.logback:logback-classic:1.2.10"
Expand Down
2 changes: 1 addition & 1 deletion synapse-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ dependencies {
testImplementation "org.springframework.boot:spring-boot-starter-test:${springBootVersion}"
testImplementation "com.jayway.jsonpath:json-path-assert:2.7.0"
testImplementation 'com.tngtech.java:junit-dataprovider:1.13.1'
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "ch.qos.logback:logback-core:1.2.10"
testImplementation "ch.qos.logback:logback-classic:1.2.10"
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-edison/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ dependencies {
testCompile 'junit:junit:4.13.2'
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
}

// Define the main class for the application
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-eventsource-consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ dependencies {

testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
}

// Define the main class for the application
Expand Down
2 changes: 1 addition & 1 deletion synapse-examples/example-messagelog-consumer/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
}

// Define the main class for the application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ dependencies {

testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"
}

// Define the main class for the application
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 @@ -37,7 +37,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"

}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ dependencies {
testImplementation "org.mockito:mockito-core:4.3.1"
testImplementation "org.springframework.boot:spring-boot-test:${springBootVersion}"
testImplementation "org.springframework:spring-test:${springVersion}"
testImplementation "org.awaitility:awaitility:4.1.1"
testImplementation "org.awaitility:awaitility:4.2.0"

}

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

0 comments on commit db77b11

Please sign in to comment.