Skip to content

Commit 2d54812

Browse files
Combined dependencies PR (#10457)
* Bump org.awaitility:awaitility from 4.2.0 to 4.3.0 in /modules/solace Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 in /modules/redpanda Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.awaitility:awaitility from 4.2.0 to 4.3.0 in /modules/questdb Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.0 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.0...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 in /modules/kafka Bumps [org.awaitility:awaitility](https://github.com/awaitility/awaitility) from 4.2.2 to 4.3.0. - [Changelog](https://github.com/awaitility/awaitility/blob/master/changelog.txt) - [Commits](awaitility/awaitility@awaitility-4.2.2...awaitility-4.3.0) --- updated-dependencies: - dependency-name: org.awaitility:awaitility dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 57c2467 commit 2d54812

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

modules/kafka/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ dependencies {
66
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
77
testImplementation 'org.assertj:assertj-core:3.27.3'
88
testImplementation 'com.google.guava:guava:23.0'
9-
testImplementation 'org.awaitility:awaitility:4.2.2'
9+
testImplementation 'org.awaitility:awaitility:4.3.0'
1010
}

modules/questdb/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ dependencies {
88
testImplementation project(':jdbc-test')
99
testImplementation 'org.assertj:assertj-core:3.27.3'
1010
testImplementation 'org.questdb:questdb:7.3.9'
11-
testImplementation 'org.awaitility:awaitility:4.2.0'
11+
testImplementation 'org.awaitility:awaitility:4.3.0'
1212
testImplementation 'org.apache.httpcomponents:httpclient:4.5.14'
1313
}

modules/redpanda/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ dependencies {
77
testImplementation 'org.apache.kafka:kafka-clients:3.8.0'
88
testImplementation 'org.assertj:assertj-core:3.27.3'
99
testImplementation 'io.rest-assured:rest-assured:5.5.0'
10-
testImplementation 'org.awaitility:awaitility:4.2.2'
10+
testImplementation 'org.awaitility:awaitility:4.3.0'
1111
}

modules/solace/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description = "Testcontainers :: Solace"
33
dependencies {
44
api project(':testcontainers')
55

6-
shaded 'org.awaitility:awaitility:4.2.0'
6+
shaded 'org.awaitility:awaitility:4.3.0'
77

88
testImplementation 'org.assertj:assertj-core:3.27.3'
99
testImplementation 'com.solacesystems:sol-jcsmp:10.24.1'

0 commit comments

Comments
 (0)