Skip to content

Commit 26c8435

Browse files
fix(deps): update dependency org.awaitility:awaitility to v4.3.0
1 parent 87d39ea commit 26c8435

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

telemetry-testing/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ dependencies {
3232
testImplementation("org.junit.jupiter:junit-jupiter-api")
3333
testImplementation("org.junit.jupiter:junit-jupiter-engine")
3434
testImplementation("org.mock-server:mockserver-netty:5.15.0")
35-
testImplementation("org.awaitility:awaitility:4.2.2")
35+
testImplementation("org.awaitility:awaitility:4.3.0")
3636
testImplementation("io.opentelemetry.proto:opentelemetry-proto:1.5.0-alpha")
3737
testImplementation("org.assertj:assertj-core:3.27.3")
3838

0 commit comments

Comments
 (0)