Skip to content

Commit f9480ef

Browse files
Bump org.awaitility:awaitility from 4.2.2 to 4.3.0
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]>
1 parent 1e84163 commit f9480ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dependencyManagement/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ val DEPENDENCIES = listOf(
7070
"com.google.code.gson:gson:2.12.1",
7171
"com.azure:azure-core-test:1.26.2", // this is not included in azure-sdk-bom
7272
"org.assertj:assertj-core:3.27.3",
73-
"org.awaitility:awaitility:4.2.2",
73+
"org.awaitility:awaitility:4.3.0",
7474
"io.github.hakky54:logcaptor:2.10.1",
7575
"io.opentelemetry.contrib:opentelemetry-jfr-connection:${otelContribVersion}-alpha",
7676
"io.opentelemetry.contrib:opentelemetry-runtime-attach-core:${otelContribVersion}-alpha",

smoke-tests/framework/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
// this is exposed in SmokeTestExtension API
2525
api("org.testcontainers:testcontainers:1.20.5")
2626

27-
implementation("org.awaitility:awaitility:4.2.2")
27+
implementation("org.awaitility:awaitility:4.3.0")
2828

2929
implementation("ch.qos.logback:logback-classic")
3030

0 commit comments

Comments
 (0)