-
-
Notifications
You must be signed in to change notification settings - Fork 93
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
7.3.2 with proxy settings failing with: org.codehaus.groovy.runtime.typehandling.GroovyCastException: Cannot cast object '80' with class 'java.lang.String' to class 'java.lang.Integer' #291
Comments
+1 we see the same when switching from 7.3.0 to 7.3.2. |
fixed version will be released soon. |
@jeremylong the fix was not included in the 7.4.0 release released yesterday. I checked the source code: https://github.com/dependency-check/dependency-check-gradle/blob/v7.4.0/src/main/groovy/org/owasp/dependencycheck/gradle/tasks/ConfiguredTask.groovy |
Of course it was on purpose... I never forget to |
see #295 |
Hi @jeremylong, I believe this change may be causing a problem with the 7.3.2 release.
I'm seeing the following trying to run
./gradlew dependencyCheckPurge
, but seeing:From what I could tell, it's trying to assign a String from https://github.com/dependency-check/dependency-check-gradle/blob/main/src/main/groovy/org/owasp/dependencycheck/gradle/tasks/ConfiguredTask.groovy#L191 to assign to an Integer https://github.com/dependency-check/dependency-check-gradle/blob/main/src/main/groovy/org/owasp/dependencycheck/gradle/extension/ProxyExtension.groovy#L27.
Originally posted by @cula011 in #286 (comment)
The text was updated successfully, but these errors were encountered: