Skip to content

Commit

Permalink
Exclude javalin 3.2.0 from muzzle (#11766)
Browse files Browse the repository at this point in the history
  • Loading branch information
laurit committed Jul 8, 2024
1 parent e853afe commit b10f21b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions instrumentation/javalin-5.0/javaagent/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ muzzle {
group.set("io.javalin")
module.set("javalin")
versions.set("[5.0.0,)")
// 3.2.0 depends on org.meteogroup.jbrotli:jbrotli:0.5.0 that is not available in central
skip("3.2.0")
assertInverse.set(true)
}
}
Expand Down

0 comments on commit b10f21b

Please sign in to comment.