Skip to content

Commit e81ad90

Browse files
Bump org.awaitility:awaitility from 4.2.2 to 4.3.0 in /examples
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-version: 4.3.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4072e16 commit e81ad90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/kafka-cluster/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ dependencies {
1515
testImplementation 'com.google.guava:guava:23.0'
1616
testImplementation 'ch.qos.logback:logback-classic:1.3.15'
1717
testImplementation 'org.junit.jupiter:junit-jupiter:5.13.4'
18-
testImplementation 'org.awaitility:awaitility:4.2.2'
18+
testImplementation 'org.awaitility:awaitility:4.3.0'
1919
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:1.11.0'
2020
}
2121

0 commit comments

Comments
 (0)