issue_863: Updated gradle plugins version again. Ready for PR. Vulnerability issues will be addressed in another PR. I've cut down vulnerabilities by quite a lot and I want to test the new OWASP plugin against the remaining vulnerabilities.

This commit is contained in:
TheSilentCoder 2024-12-19 09:37:06 -05:00
parent 3d795a56ee
commit d470fd85bc

View File

@ -1,5 +1,5 @@
plugins {
id "com.netflix.nebula.ospackage" version "11.4.0"
id "com.netflix.nebula.ospackage" version "11.10.0"
}
// Get version from main project gradle
def packVersion = properties.get("packageVersion");