Exclude another version from muzzle (#9554)

This commit is contained in:
Lauri Tulmin 2023-09-26 02:01:52 +03:00 committed by GitHub
parent bd85196449
commit f0501888b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ muzzle {
versions.set("(,3.0.0)")
assertInverse.set(true)
// Could not find com.google.code.findbugs:jsr305:.
skip("4.0.2")
skip("3.0.2", "4.0.2")
}
}