diff --git a/codyze-plugins/build.gradle.kts b/codyze-plugins/build.gradle.kts index c9cc9b917..491ad357c 100644 --- a/codyze-plugins/build.gradle.kts +++ b/codyze-plugins/build.gradle.kts @@ -19,7 +19,7 @@ dependencies { */ // https://mvnrepository.com/artifact/com.github.spotbugs/spotbugs // it is necessary to exclude saxon because of conflicts with same transitive dependency in PMD - implementation("com.github.spotbugs:spotbugs:4.8.2") { + implementation("com.github.spotbugs:spotbugs:4.8.4") { exclude(group = "net.sf.saxon", module = "Saxon-HE") } implementation("com.h3xstream.findsecbugs:findsecbugs-plugin:1.13.0")