diff --git a/README.md b/README.md index 0f59a76a..12550173 100644 --- a/README.md +++ b/README.md @@ -85,7 +85,7 @@ This plugin is written entirey in groovy. It does have limitations when it come Known issues -The security manager is turned off by default in jdk 18/19 and scheduled from removal in a future java release, therefore to use this plugin with jdk 18/19, the security manager may need turned back on using ```JAVA_OPTS``` to ```-Djava.security.manager=allow```. See [groovy](https://groovy-lang.org/releasenotes/groovy-4.0.html) for more details. +The security manager is turned off by default in jdk 18 and scheduled from removal in a future java release, therefore to use this plugin with jdk 18+, the security manager may need turned back on using ```JAVA_OPTS``` to ```-Djava.security.manager=allow```. See [groovy](https://groovy-lang.org/releasenotes/groovy-4.0.html) for more details. If using groovy with same group id (```org.codehaus.groovy 3.x``` or before or ```org.apache.groovy 4.x or above```), an error may occur if not on same version. To alleviate that, make sure groovy artifacts are defined in ```dependency management``` in order to force the loaded version correctly on your usage. diff --git a/pom.xml b/pom.xml index b3ea6c09..7b03aa7b 100644 --- a/pom.xml +++ b/pom.xml @@ -248,9 +248,9 @@ com.github.spotbugs.maven - - 2.7.0 - 2.7.0 + + 2.9.0 + 2.9.0