Skip to content

Commit 4883316

Browse files
authored
Remove latest dep restriction from cxf client test (#13471)
1 parent 0c7eb64 commit 4883316

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

instrumentation/jaxrs-client/jaxrs-client-2.0-testing/build.gradle.kts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ dependencies {
2424
latestDepTestLibrary("org.glassfish.jersey.inject:jersey-hk2:2.+")
2525
latestDepTestLibrary("org.glassfish.jersey.core:jersey-client:2.+")
2626
latestDepTestLibrary("org.jboss.resteasy:resteasy-client:3.0.26.Final")
27-
latestDepTestLibrary("org.apache.cxf:cxf-rt-rs-client:3.6.5")
27+
latestDepTestLibrary("org.apache.cxf:cxf-rt-rs-client:3.+")
2828
}
2929

3030
// Requires old Guava. Can't use enforcedPlatform since predates BOM

0 commit comments

Comments
 (0)