Update Guava

This commit is contained in:
arkon
2023-06-22 22:01:25 -04:00
parent b4393ff741
commit 7f0ed58b54
2 changed files with 7 additions and 4 deletions

View File

@@ -3,8 +3,11 @@
"config:base"
],
"schedule": ["every sunday"],
"ignoreDeps": [
"com.android.tools:r8",
"com.google.guava:guava"
"packageRules": [
{
"managers": ["maven"],
"packageNames": ["com.google.guava:guava"],
"versionScheme": "docker"
}
]
}