Skip to content

Commit

Permalink
[LOW] com.google.guava:[email protected]: 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 7c7d82f commit f9bac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ configure(subprojects.findAll { ['core', 'examples'].contains(it.name) }) {
jar.dependsOn(checkstyleMain)

checkstyle {
toolVersion = "7.8.2"
toolVersion = "10.12.1" // com.puppycrawl.tools:checkstyle
configFile = file("$rootProject.rootDir/checkstyle_checks.xml")
configProperties = ['basedir': project.rootDir.path]
ignoreFailures = true
Expand Down

0 comments on commit f9bac09

Please sign in to comment.