Fix resteasy muzzle (#5121)

This commit is contained in:
Mateusz Rzeszutek 2022-01-14 11:53:48 +01:00 committed by GitHub
parent 22c2691773
commit 9583ca6246
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 2 deletions

View File

@ -6,7 +6,7 @@ muzzle {
pass {
group.set("org.jboss.resteasy")
module.set("resteasy-client")
versions.set("[3.0.0.Final,)")
versions.set("[3.0.0.Final,6)")
}
}
@ -14,4 +14,6 @@ dependencies {
library("org.jboss.resteasy:resteasy-client:3.0.0.Final")
implementation(project(":instrumentation:jaxrs-client:jaxrs-client-2.0:jaxrs-client-2.0-common:javaagent"))
latestDepTestLibrary("org.jboss.resteasy:resteasy-client:5+")
}

View File

@ -18,7 +18,7 @@ muzzle {
pass {
group.set("org.jboss.resteasy")
module.set("resteasy-core")
versions.set("[4.0.0.Final,)")
versions.set("[4.0.0.Final,6)")
}
}