jenkinsci / groovy-sandbox

(Deprecated) Compile-time transformer to run Groovy code in a restrictive sandbox
MIT License
123 stars 60 forks source link

Update pom.xml and dependabot.yml to minimize Dependabot noise #82

Closed dwnusbaum closed 2 years ago

dwnusbaum commented 2 years ago

79 and #80 are caused by unnecessary specification of plugin versions which are already controlled by pluginManagement in the parent POM.

We never want Dependabot to try to update Groovy as in #78.

81 is fine but I went ahead and updated it here anyway.