Update dependency org.ow2.asm:asm to v9.7.1 (#1894)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot]
2024-10-06 08:26:56 -04:00
committed by GitHub
parent 213e493090
commit f6b21687d0

View File

@@ -17,7 +17,7 @@ mavenShadow = { id = "com.github.johnrengelman.shadow", version = "8.1.1" }
spotless = { id = "com.diffplug.spotless", version = "6.25.0" } spotless = { id = "com.diffplug.spotless", version = "6.25.0" }
[libraries] [libraries]
asm = "org.ow2.asm:asm:9.7" asm = "org.ow2.asm:asm:9.7.1"
autoCommon = "com.google.auto:auto-common:1.2.2" autoCommon = "com.google.auto:auto-common:1.2.2"
autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" } autoService = { module = "com.google.auto.service:auto-service-annotations", version.ref = "autoService" }
autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0" autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.2.0"