Skip to content

Commit

Permalink
Remove latest dep restriction from vertx-http-client-4.0 (#6827)
Browse files Browse the repository at this point in the history
Should have been part of
#6809,
forgot to add this file.
  • Loading branch information
laurit authored Oct 7, 2022
1 parent d0782b5 commit 5daf453
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,6 @@ dependencies {
// vertx-codegen dependency is needed for Xlint's annotation checking
library("io.vertx:vertx-codegen:4.0.0")

// concurrency tests are failing with 4.3.4
// tracking at https://github.com/open-telemetry/opentelemetry-java-instrumentation/issues/6790
latestDepTestLibrary("io.vertx:vertx-core:4.3.3")

implementation(project(":instrumentation:vertx:vertx-http-client:vertx-http-client-common:javaagent"))

testInstrumentation(project(":instrumentation:netty:netty-4.1:javaagent"))
Expand Down

0 comments on commit 5daf453

Please sign in to comment.