Skip to content

Commit

Permalink
Fix CVE
Browse files Browse the repository at this point in the history
    Upgrade com.github.spotbugs:[email protected] to com.github.spotbugs:[email protected] to fix
    ✗ Deserialization of Untrusted Data [Medium Severity][https://security.snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327] in com.google.code.gson:[email protected]
      introduced by com.github.spotbugs:[email protected] > com.google.code.gson:[email protected]
  • Loading branch information
sbrunner committed Aug 3, 2023
1 parent 2936df2 commit b3da90c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ allprojects {
version = '1.0.0'
ext.junitVersion = "4.13.2"
ext.groovyVersion = "3.0.18"
ext.spotbugsVersion = '4.2.2'
ext.spotbugsVersion = '4.5.0'
ext.jasperreportVersion = "6.20.5"

apply plugin: 'org.owasp.dependencycheck'
Expand Down

0 comments on commit b3da90c

Please sign in to comment.