From d334213cd9ed14ba9bd3f4c53d705dfe1c59b0d7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 21 Dec 2022 11:54:56 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.153 --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 3d6c62a7..ca8f9d89 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ mavenPublish = { id = "com.vanniktech.maven.publish", version = "0.22.0" } autoService = "com.google.auto.service:auto-service-annotations:1.0.1" autoService-ksp = "dev.zacsweers.autoservice:auto-service-ksp:1.0.0" -classgraph = "io.github.classgraph:classgraph:4.8.152" +classgraph = "io.github.classgraph:classgraph:4.8.153" javapoet = "com.squareup:javapoet:1.13.0"