Skip to content

Commit

Permalink
Merge pull request #3401 from mapfish/backport/3398-to-3.29
Browse files Browse the repository at this point in the history
[Backport 3.29] Ignore [LOW] com.google.guava:[email protected]: SNYK-JAVA-COMGOOGLEGU…
  • Loading branch information
sbrunner authored Sep 6, 2024
2 parents 55ac72c + 5082731 commit 0045bc4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
mkdir -p /tmp/test_results/junit
find . -name '*TEST-*.xml' -exec cp -v {} /tmp/test_results/junit/ \;
if: failure()
- uses: actions/upload-artifact@v1
- uses: actions/upload-artifact@v3
with:
name: Test results
path: /tmp/test_results
Expand Down
4 changes: 4 additions & 0 deletions .snyk
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,8 @@ ignore:
- '*':
reason: Used in check style
created: 2022-10-18T05:49:44.892Z
SNYK-JAVA-COMGOOGLEGUAVA-5710356:
- '*':
reason: Indirect dependance to CheckStyle and low severity
created: 2024-09-06T07:05:16.154Z
patch: {}
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ dependencies {
)
compile fileTree(dir: "$projectDir/libs", include: '*.jar')
compile(
'com.google.guava:guava:32.0.1-jre',
"org.slf4j:slf4j-api:${slf4jVersion}",
"org.slf4j:jcl-over-slf4j:${slf4jVersion}",
"org.slf4j:jul-to-slf4j:${slf4jVersion}",
Expand Down

0 comments on commit 0045bc4

Please sign in to comment.