We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfe392e commit 3db52dbCopy full SHA for 3db52db
instrumentation/jaxrs-client/jaxrs-client-2.0-testing/build.gradle.kts
@@ -24,7 +24,7 @@ dependencies {
24
latestDepTestLibrary("org.glassfish.jersey.inject:jersey-hk2:2.+")
25
latestDepTestLibrary("org.glassfish.jersey.core:jersey-client:2.+")
26
latestDepTestLibrary("org.jboss.resteasy:resteasy-client:3.0.26.Final")
27
- latestDepTestLibrary("org.apache.cxf:cxf-rt-rs-client:3.+")
+ latestDepTestLibrary("org.apache.cxf:cxf-rt-rs-client:3.6.5")
28
}
29
30
// Requires old Guava. Can't use enforcedPlatform since predates BOM
0 commit comments