Update dependency com.google.auto:auto-common to v1.2.1

This commit is contained in:
renovate[bot]
2023-01-29 04:28:06 +00:00
committed by GitHub
parent 73a803cbfd
commit 429938ad62

View File

@@ -18,7 +18,7 @@ spotless = { id = "com.diffplug.spotless", version = "6.7.1" }
[libraries]
asm = "org.ow2.asm:asm:9.3"
autoCommon = "com.google.auto:auto-common:1.1"
autoCommon = "com.google.auto:auto-common:1.2.1"
autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.0.0"
guava = "com.google.guava:guava:31.1-jre"