Skip to content

Commit

Permalink
Fix vulnerability
Browse files Browse the repository at this point in the history
  • Loading branch information
pavan-traceable committed Jul 20, 2023
1 parent d410f6c commit c560380
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config-proto-converter/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,9 @@ dependencies {
because("https://snyk.io/vuln/SNYK-JAVA-COMGOOGLECODEGSON-1730327")
}
}
constraints {
implementation("com.google.guava:guava:32.0.1-jre") {
because("https://nvd.nist.gov/vuln/detail/CVE-2023-2976")
}
}
}

0 comments on commit c560380

Please sign in to comment.