Skip to content

Commit

Permalink
Merge pull request #3403 from mapfish/audit-3.30
Browse files Browse the repository at this point in the history
[LOW] com.google.guava:[email protected]: SNYK-JAVA-COMGOOGLEGUAVA-1015415 C…
  • Loading branch information
sbrunner authored Sep 10, 2024
2 parents 6717564 + f16ec65 commit b048a27
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 13 deletions.
9 changes: 0 additions & 9 deletions .snyk

This file was deleted.

1 change: 1 addition & 0 deletions core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,7 @@ dependencies {
'net.logstash.logback:logstash-logback-encoder:7.2',
'io.airlift:aircompressor:0.27',
'org.testng:testng:7.5.1',
'com.google.guava:guava:32.0.1-jre',
)

compile(configurations.metrics) {
Expand Down
11 changes: 7 additions & 4 deletions docs/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,13 @@ repositories {

dependencies {
compile project(':core')
compile "org.codehaus.groovy:groovy-all:3.0.22",
"org.springframework:spring-test:5.3.39",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15'
compile (
"org.codehaus.groovy:groovy-all:3.0.22",
"org.springframework:spring-test:5.3.39",
'org.ccil.cowan.tagsoup:tagsoup:1.2.1',
'com.samskivert:jmustache:1.15',
'com.google.guava:guava:32.0.1-jre'
)
}

def site = new File(buildDir, "site").path
Expand Down
3 changes: 3 additions & 0 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@ dependencies {
testCompile(
project(':core'),
)
compile (
'com.google.guava:guava:32.0.1-jre',
)
}

configurations {
Expand Down

0 comments on commit b048a27

Please sign in to comment.