From 30a977978f547ce62a5e867a5817c85a1351c927 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Jan 2023 22:02:34 +0000 Subject: [PATCH] Update dependency io.github.classgraph:classgraph to v4.8.154 --- 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 a37d3e8d..4e751e1c 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.153" +classgraph = "io.github.classgraph:classgraph:4.8.154" javapoet = "com.squareup:javapoet:1.13.0"