Skip to content

Commit

Permalink
Merge pull request #3440 from mapfish/backport/3439-to-3.27
Browse files Browse the repository at this point in the history
[Backport 3.27] Fix/ignore CVE
  • Loading branch information
sbrunner authored Sep 24, 2024
2 parents 90c90ef + 7178aa8 commit 8fb83f4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,8 @@ ignore:
- '*':
reason: Indirect dependance to CheckStyle and low severity
created: 2024-09-06T07:05:16.154Z
SNYK-JAVA-COMGOOGLEGUAVA-1015415:
- '*':
reason: Used in check style
created: 2024-09-24T07:53:50.293Z
patch: {}
1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ dependencies {
'org.hsqldb:hsqldb:2.7.3',
'com.fasterxml.jackson.core:jackson-databind:2.13.5',
'org.testng:testng:7.5.1',
'com.google.guava:guava:32.0.1-jre',
)
metrics(
"io.dropwizard.metrics:metrics-core:$metricsVersion",
Expand Down

0 comments on commit 8fb83f4

Please sign in to comment.