Skip to content

Commit

Permalink
[LOW] com.google.guava:guava@31.0.1-jre: SNYK-JAVA-COMGOOGLEGUAVA-571…
Browse files Browse the repository at this point in the history
…0356 CWE-379 [Fixed in: 32.0.0-android, 32.0.0-jre].
  • Loading branch information
sbrunner committed Sep 11, 2024
1 parent b048a27 commit d47046f
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 d47046f

Please sign in to comment.