Skip to content

Commit

Permalink
Merge pull request #3404 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-571…
  • Loading branch information
sbrunner authored Sep 11, 2024
2 parents b048a27 + d47046f commit 4f1b0d5
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) {
jar.dependsOn(checkstyleMain)

checkstyle {
toolVersion = "9.3" // com.puppycrawl.tools:checkstyle
toolVersion = "10.12.1" // com.puppycrawl.tools:checkstyle
configFile = file("$rootProject.rootDir/checkstyle_checks.xml")
configProperties = ['basedir': project.rootDir.path]
ignoreFailures = true
Expand Down
1 change: 0 additions & 1 deletion core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,6 @@ 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
3 changes: 0 additions & 3 deletions examples/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,6 @@ dependencies {
testCompile(
project(':core'),
)
compile (
'com.google.guava:guava:32.0.1-jre',
)
}

configurations {
Expand Down

0 comments on commit 4f1b0d5

Please sign in to comment.